pgsql: Minor code cleanup in asynchronous execution support. - Mailing list pgsql-committers

From Etsuro Fujita
Subject pgsql: Minor code cleanup in asynchronous execution support.
Date
Msg-id E1lZm7v-0008Bf-3S@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Minor code cleanup in asynchronous execution support.

This is cleanup for commit 27e1f1456:

* ExecAppendAsyncEventWait(), which was modified a bit further by commit
  a8af856d3, duplicated the same nevents calculation.  Simplify the code
  a little bit to avoid the duplication.  Update comments there.
* Add an assertion to ExecAppendAsyncRequest().
* Update a comment about merging the async_capable options from input
  relations in merge_fdw_options(), per complaint from Kyotaro Horiguchi.
* Add a comment for fetch_more_data_begin().

Author: Etsuro Fujita
Discussion: https://postgr.es/m/CAPmGK1637W30Wx3MnrReewhafn6F_0J76mrJGoFXFnpPq4QfvA%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bb684c82f73316b88f9bcb321128a4347b5206fe

Modified Files
--------------
contrib/postgres_fdw/postgres_fdw.c |  8 +++++++-
src/backend/executor/nodeAppend.c   | 18 +++++++++++++-----
2 files changed, 20 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Don't crash on reference to an un-available system column.
Next
From: Michael Paquier
Date:
Subject: pgsql: Remove use of [U]INT64_FORMAT in some translatable strings