aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/postgres_fdw/connection.c')
-rw-r--r--contrib/postgres_fdw/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/postgres_fdw/connection.c b/contrib/postgres_fdw/connection.c
index 061ffaf329e..cffb6f83107 100644
--- 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;