postgres_fdw: Fix grammar.

Oversight in commit 4036bcbbb; back-patch to v15 where that appeared.
This commit is contained in:
Etsuro Fujita 2022-07-07 16:25:00 +09:00
parent d63d957e33
commit 82699edbfe
1 changed files with 1 additions and 1 deletions

View 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;