mirror of
https://github.com/postgres/postgres.git
synced 2025-05-25 00:04:05 -04:00
doc: Fix incorrectly spelled structname
Commit 61461a300c1 accidentally misspelled the PGcancelConn struct using the PQ prefix (which admittedly is a very easy typo to make). Reported off-list. Reported-by: Alexander Lakhin <exclusion@gmail.com>
This commit is contained in:
parent
4a65e1c212
commit
a27ccc235d
@ -6517,7 +6517,7 @@ int PQcancelSocket(const PGcancelConn *cancelConn);
|
||||
A valid descriptor will be greater than or equal to 0;
|
||||
a result of -1 indicates that no server connection is currently open.
|
||||
This might change as a result of calling any of the functions
|
||||
in this section on the <structname>PQcancelConn</structname>
|
||||
in this section on the <structname>PGcancelConn</structname>
|
||||
(except for <xref linkend="libpq-PQcancelErrorMessage"/> and
|
||||
<function>PQcancelSocket</function> itself).
|
||||
</para>
|
||||
|
Loading…
x
Reference in New Issue
Block a user