pgsql: Minor code cleanup in asynchronous execution support.

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема pgsql: Minor code cleanup in asynchronous execution support.
Дата
Msg-id E1lZm7v-0008Bf-3S@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Don't crash on reference to an un-available system column.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Remove use of [U]INT64_FORMAT in some translatable strings