Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4a8adfd

Browse filesBrowse files
committed
C comment: again update comment for pg_fe_sendauth for error cases
1 parent 6a6b7bb commit 4a8adfd
Copy full SHA for 4a8adfd

File tree

1 file changed

+4
-2
lines changed
Filter options

1 file changed

+4
-2
lines changed

‎src/interfaces/libpq/fe-auth.c

Copy file name to clipboardExpand all lines: src/interfaces/libpq/fe-auth.c
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -976,8 +976,10 @@ pg_fe_sendauth(AuthRequest areq, PGconn *conn)
976976

977977

978978
/*
979-
* pg_fe_getauthname -- returns a pointer to dynamic space containing whatever
980-
* name the user has authenticated to the system
979+
* pg_fe_getauthname
980+
*
981+
* Returns a pointer to dynamic space containing whatever name the user
982+
* has authenticated to the system. If there is an error, return NULL.
981983
*/
982984
char *
983985
pg_fe_getauthname(void)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.