mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Update C comment for pg_fe_getauthname
This function no longer takes an argument.
This commit is contained in:
parent
9e0a97f1c8
commit
6a6b7bbb81
@ -978,8 +978,6 @@ pg_fe_sendauth(AuthRequest areq, PGconn *conn)
|
||||
/*
|
||||
* pg_fe_getauthname -- returns a pointer to dynamic space containing whatever
|
||||
* name the user has authenticated to the system
|
||||
*
|
||||
* if there is an error, return NULL with an error message in errorMessage
|
||||
*/
|
||||
char *
|
||||
pg_fe_getauthname(void)
|
||||
|
Loading…
Reference in New Issue
Block a user