Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commita27ccc2

Browse files
doc: Fix incorrectly spelled structname
Commit61461a3 accidentally misspelled the PGcancelConn structusing the PQ prefix (which admittedly is a very easy typo to make).Reported off-list.Reported-by: Alexander Lakhin <exclusion@gmail.com>
1 parent4a65e1c commita27ccc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6517,7 +6517,7 @@ int PQcancelSocket(const PGcancelConn *cancelConn);
65176517
A valid descriptor will be greater than or equal to 0;
65186518
a result of -1 indicates that no server connection is currently open.
65196519
This might change as a result of calling any of the functions
6520-
in this section on the <structname>PQcancelConn</structname>
6520+
in this section on the <structname>PGcancelConn</structname>
65216521
(except for <xref linkend="libpq-PQcancelErrorMessage"/> and
65226522
<function>PQcancelSocket</function> itself).
65236523
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp