Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 82699ed

Browse files
author
Etsuro Fujita
committed
postgres_fdw: Fix grammar.
Oversight in commit 4036bcb; back-patch to v15 where that appeared.
1 parent d63d957 commit 82699ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/postgres_fdw/connection.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ make_new_connection(ConnCacheEntry *entry, UserMapping *user)
325325
* default.
326326
*
327327
* Note: it's enough to determine these only when making a new connection
328-
* because these settings for it are changed, it will be closed and
328+
* because if these settings for it are changed, it will be closed and
329329
* re-made later.
330330
*/
331331
entry->keep_connections = true;

0 commit comments

Comments
 (0)