From 82699edbfe75534b3b6f6f4321339a432b7b8ff2 Mon Sep 17 00:00:00 2001 From: Etsuro Fujita Date: Thu, 7 Jul 2022 16:25:00 +0900 Subject: [PATCH] postgres_fdw: Fix grammar. Oversight in commit 4036bcbbb; back-patch to v15 where that appeared. --- contrib/postgres_fdw/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2