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 2ef575c

Browse filesBrowse files
committed
Fix copy/paste mistake in comment
Backpatch to 17 Author: Yugo NAGATA <nagata@sraoss.co.jp> Discussion: https://postgr.es/m/20240704134638.355ad44a445fa1e764a220cd@sranhm.sraoss.co.jp
1 parent 768f0c3 commit 2ef575c
Copy full SHA for 2ef575c

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: src/interfaces/libpq/fe-cancel.c
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.