projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6817467
)
Fix typo in comment
author
Daniel Gustafsson
Mon, 25 Mar 2024 13:49:17 +0000
(14:49 +0100)
committer
Daniel Gustafsson
Mon, 25 Mar 2024 13:49:17 +0000
(14:49 +0100)
Spotted while reviewing a patch changing things around this area.
src/interfaces/libpq/fe-cancel.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/fe-cancel.c
b/src/interfaces/libpq/fe-cancel.c
index 6bbd126bafe904305c72d979b51113fac81ee63d..954dce54317c7e9cfc6b923c9181ea82653b347e 100644
(file)
--- a/
src/interfaces/libpq/fe-cancel.c
+++ b/
src/interfaces/libpq/fe-cancel.c
@@
-98,7
+98,7
@@
PQcancelCreate(PGconn *conn)
return (PGcancelConn *) cancelConn;
/*
- * Copy cancellation token data from the original conn
n
ection
+ * Copy cancellation token data from the original connection
*/
cancelConn->be_pid = conn->be_pid;
cancelConn->be_key = conn->be_key;