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
|
* pg_fe_getauthname -- returns a pointer to dynamic space containing whatever
|
||||||
* name the user has authenticated to the system
|
* name the user has authenticated to the system
|
||||||
*
|
|
||||||
* if there is an error, return NULL with an error message in errorMessage
|
|
||||||
*/
|
*/
|
||||||
char *
|
char *
|
||||||
pg_fe_getauthname(void)
|
pg_fe_getauthname(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user