mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Fix typo
Etsuro Fujita
This commit is contained in:
@ -3161,7 +3161,7 @@ PQresetPoll(PGconn *conn)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* PQcancelGet: get a PGcancel structure corresponding to a connection.
|
* PQgetCancel: get a PGcancel structure corresponding to a connection.
|
||||||
*
|
*
|
||||||
* A copy is needed to be able to cancel a running query from a different
|
* A copy is needed to be able to cancel a running query from a different
|
||||||
* thread. If the same structure is used all structure members would have
|
* thread. If the same structure is used all structure members would have
|
||||||
|
Reference in New Issue
Block a user