postgres_fdw: Update comments in make_new_connection().
authorEtsuro Fujita <efujita@postgresql.org>
Thu, 12 May 2022 08:30:00 +0000 (17:30 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Thu, 12 May 2022 08:30:00 +0000 (17:30 +0900)
commit4036bcbbb92839f20ed6d0db418996954dd66470
tree810e72b98ede1f78abe1c6d16ccda9bdab046171
parent5edeb574285ecbcc47f0b769a7e363404db0155b
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
contrib/postgres_fdw/connection.c