projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab1e644
)
Fix typo in comment
author
Magnus Hagander
Fri, 31 Mar 2017 07:00:38 +0000
(09:00 +0200)
committer
Magnus Hagander
Fri, 31 Mar 2017 07:00:38 +0000
(09:00 +0200)
Daniel Gustafsson
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 27155f8578d658fb5ba652094d5ae590a97f36de..d79a1cfc02a2d8ae82746e95a46cf3c41d0916e9 100644
(file)
--- a/
src/interfaces/libpq/fe-connect.c
+++ b/
src/interfaces/libpq/fe-connect.c
@@
-2896,7
+2896,7
@@
keep_going: /* We will come back to here until there is
* We are yet to make a connection. Save all existing error
* messages until we make a successful connection state.
* This is important because PQsendQuery is going to reset
- * conn->errorMessage and we will lo
o
se error messages
+ * conn->errorMessage and we will lose error messages
* related to previous hosts we have tried to connect and
* failed.
*/