projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e6d8d2
)
Fix typo in comment.
author
Robert Haas
<rhaas@postgresql.org>
Wed, 15 Feb 2017 02:06:13 +0000
(21:06 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Wed, 15 Feb 2017 02:08:10 +0000
(21:08 -0500)
Higuchi Daisuke
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 b83af64e090460ba5ae06fed64e289ae5de1d127..c505b661c6b34b9e2f4a28f16cc4a821109014bd 100644
(file)
--- a/
src/interfaces/libpq/fe-connect.c
+++ b/
src/interfaces/libpq/fe-connect.c
@@
-2908,7
+2908,7
@@
keep_going: /* We will come back to here until there is
}
/*
- * If a read-write connection is requ
i
sted check for same.
+ * If a read-write connection is requ
e
sted check for same.
*/
if (conn->target_session_attrs != NULL &&
strcmp(conn->target_session_attrs, "read-write") == 0)