aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2013-12-03 11:33:46 -0500
committerBruce Momjian <bruce@momjian.us>2013-12-03 11:33:46 -0500
commit6a6b7bbb81cd21d0f9aa70b850b791b61fb7e03d (patch)
treeebbf4e0485e97add3479c1102e94c0526f089907
parent9e0a97f1c8316e36fa4a8626e0a60792b0fb0c2e (diff)
downloadpostgresql-6a6b7bbb81cd21d0f9aa70b850b791b61fb7e03d.tar.gz
postgresql-6a6b7bbb81cd21d0f9aa70b850b791b61fb7e03d.zip
Update C comment for pg_fe_getauthname
This function no longer takes an argument.
-rw-r--r--src/interfaces/libpq/fe-auth.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interfaces/libpq/fe-auth.c b/src/interfaces/libpq/fe-auth.c
index 979714055e3..1a1c7bfc3dd 100644
--- a/src/interfaces/libpq/fe-auth.c
+++ b/src/interfaces/libpq/fe-auth.c
@@ -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)