From 2fb777f47288815a370a15c7c17f39496b64c4f5 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Fri, 2 Feb 2024 13:16:51 +0100 Subject: [PATCH 2/4] Add missing period --- doc/src/sgml/libpq.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 9808e67865..67f6378ba8 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -6093,7 +6093,7 @@ int PQcancelSend(PGcancelConn *conn); The request is made over the given PGcancelConn, - which needs to be created with + which needs to be created with . The return value of is 1 if the cancel request was successfully dispatched and 0 if not. If it was unsuccessful, the error message can be -- 2.39.2