mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
C comment: again update comment for pg_fe_sendauth for error cases
This commit is contained in:
@ -976,8 +976,10 @@ pg_fe_sendauth(AuthRequest areq, PGconn *conn)
|
|||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* pg_fe_getauthname -- returns a pointer to dynamic space containing whatever
|
* pg_fe_getauthname
|
||||||
* name the user has authenticated to the system
|
*
|
||||||
|
* Returns a pointer to dynamic space containing whatever name the user
|
||||||
|
* has authenticated to the system. If there is an error, return NULL.
|
||||||
*/
|
*/
|
||||||
char *
|
char *
|
||||||
pg_fe_getauthname(void)
|
pg_fe_getauthname(void)
|
||||||
|
Reference in New Issue
Block a user