pgsql: Minor code cleanup in asynchronous execution support.

Started by Etsuro Fujitaover 5 years ago1 messagescomitters
Jump to latest
#1Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp

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: /messages/by-id/CAPmGK1637W30Wx3MnrReewhafn6F_0J76mrJGoFXFnpPq4QfvA@mail.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(-)