From: Etsuro Fujita Date: Thu, 7 Jul 2022 07:25:00 +0000 (+0900) Subject: postgres_fdw: Fix grammar. X-Git-Tag: REL_16_BETA1~2327 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=82699edbfe75534b3b6f6f4321339a432b7b8ff2;p=postgresql.git postgres_fdw: Fix grammar. Oversight in commit 4036bcbbb; back-patch to v15 where that appeared. --- 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;