projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dcd4da
)
Fix typo
author
Magnus Hagander
Tue, 5 Apr 2016 09:05:01 +0000
(11:05 +0200)
committer
Magnus Hagander
Tue, 5 Apr 2016 09:05:01 +0000
(11:05 +0200)
Etsuro Fujita
src/interfaces/libpq/fe-connect.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/fe-connect.c
b/src/interfaces/libpq/fe-connect.c
index 5ad475508dae362d1e06603ed93c94e87a52013b..9b2839b96c2007e8529920779151affe3b59201a 100644
(file)
--- a/
src/interfaces/libpq/fe-connect.c
+++ b/
src/interfaces/libpq/fe-connect.c
@@
-3161,7
+3161,7
@@
PQresetPoll(PGconn *conn)
}
/*
- * PQ
cancelGet
: get a PGcancel structure corresponding to a connection.
+ * PQ
getCancel
: 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