Commit 4a8adfd4 authored by Bruce Momjian's avatar Bruce Momjian

C comment: again update comment for pg_fe_sendauth for error cases

parent 6a6b7bbb
...@@ -976,8 +976,10 @@ pg_fe_sendauth(AuthRequest areq, PGconn *conn) ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment