postgres_fdw: Fix grammar.
authorEtsuro Fujita <[email protected]>
Thu, 7 Jul 2022 07:25:00 +0000 (16:25 +0900)
committerEtsuro 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

index 061ffaf329ead89221cdf09d4a9dc824db1c615c..cffb6f83107288ed58bea0fd6dfaf71b9b1f1af8 100644 (file)
@@ -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;