Skip to content

Commit 2ef575c

Browse files
committed
Fix copy/paste mistake in comment
Backpatch to 17 Author: Yugo NAGATA <[email protected]> Discussion: https://postgr.es/m/[email protected]
1 parent 768f0c3 commit 2ef575c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/interfaces/libpq/fe-cancel.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,8 @@ PQcancelSocket(const PGcancelConn *cancelConn)
299299
/*
300300
* PQcancelErrorMessage
301301
*
302-
* Get the socket of the cancel connection.
302+
* Returns the error message most recently generated by an operation on the
303+
* cancel connection.
303304
*/
304305
char *
305306
PQcancelErrorMessage(const PGcancelConn *cancelConn)

0 commit comments

Comments
 (0)