pgsql: postgres_fdw: Update comments in make_new_connection().

From: Etsuro Fujita <efujita(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: postgres_fdw: Update comments in make_new_connection().
Date: 2022-05-12 08:37:58
Message-ID: E1np4Kc-000JWP-JD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

postgres_fdw: Update comments in make_new_connection().

Expand the comment about the parallel_commit option to mention that the
default is false.

Also, since the comment about alteration of the keep_connections option,
which was located above the expanded comment, holds true for the
parallel_commit option, rewrite it to reflect this, and move it to after
the expanded comment.

Follow-up for commit 04e706d42.

Discussion: https://postgr.es/m/CAPmGK16Kg2Bf90sqzcZ4YM5cN_G-4h7wFUS01qQpqNB%2B2BG5_w%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4036bcbbb92839f20ed6d0db418996954dd66470

Modified Files
--------------
contrib/postgres_fdw/connection.c | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2022-05-12 14:12:17 pgsql: relnotes: adjust several logical replication items and FK text
Previous Message Michael Paquier 2022-05-12 06:10:20 pgsql: Add some missing PGDLLIMPORT markings