projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e0a97f
)
Update C comment for pg_fe_getauthname
author
Bruce Momjian
<bruce@momjian.us>
Tue, 3 Dec 2013 16:33:46 +0000
(11:33 -0500)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 3 Dec 2013 16:33:46 +0000
(11:33 -0500)
This function no longer takes an argument.
src/interfaces/libpq/fe-auth.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/fe-auth.c
b/src/interfaces/libpq/fe-auth.c
index 979714055e34335743af8b6c72b0281f6cf9dd27..1a1c7bfc3dd74856af58bfdc32de5a2dbd54ed3d 100644
(file)
--- 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)