Typo in src/interfaces/libpq/fe-connect.c
Started by Etsuro Fujitaalmost 10 years ago2 messages
Hi,
I ran into a typo in src/interfaces/libpq/fe-connect.c:
s/PQcancelGet/PQgetCancel/ Attached is a patch to fis that typo.
Best regards,
Etsuro Fujita
Attachments:
fe-connect-typo.patchtext/x-patch; name=fe-connect-typo.patchDownload
diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c
index 5ad4755..9b2839b 100644
--- a/src/interfaces/libpq/fe-connect.c
+++ b/src/interfaces/libpq/fe-connect.c
@@ -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
* thread. If the same structure is used all structure members would have
Re: Typo in src/interfaces/libpq/fe-connect.c
On Tue, Apr 5, 2016 at 10:34 AM, Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
wrote:
Hi,
I ran into a typo in src/interfaces/libpq/fe-connect.c:
s/PQcancelGet/PQgetCancel/ Attached is a patch to fis that typo.
Applied, thanks.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/