projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d63d957
)
postgres_fdw: Fix grammar.
author
Etsuro Fujita
<
[email protected]
>
Thu, 7 Jul 2022 07:25:00 +0000
(16:25 +0900)
committer
Etsuro Fujita
<
[email protected]
>
Thu, 7 Jul 2022 07:25:00 +0000
(16:25 +0900)
Oversight in commit
4036bcbbb
; back-patch to v15 where that appeared.
contrib/postgres_fdw/connection.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/postgres_fdw/connection.c
b/contrib/postgres_fdw/connection.c
index 061ffaf329ead89221cdf09d4a9dc824db1c615c..cffb6f83107288ed58bea0fd6dfaf71b9b1f1af8 100644
(file)
--- a/
contrib/postgres_fdw/connection.c
+++ b/
contrib/postgres_fdw/connection.c
@@
-325,7
+325,7
@@
make_new_connection(ConnCacheEntry *entry, UserMapping *user)
* default.
*
* Note: it's enough to determine these only when making a new connection
- * because these settings for it are changed, it will be closed and
+ * because
if
these settings for it are changed, it will be closed and
* re-made later.
*/
entry->keep_connections = true;