[COMMITTERS] pgsql: Clean up misuse and nonuse of poll_query_until().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Clean up misuse and nonuse of poll_query_until().
Дата
Msg-id E1dRN53-0007NA-0T@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Clean up misuse and nonuse of poll_query_until().

Several callers of PostgresNode::poll_query_until() neglected to check
for failure; I do not think that's optional.  Also, rewrite one place
that had reinvented poll_query_until() for no very good reason.

Branch
------
master

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

Modified Files
--------------
src/test/modules/commit_ts/t/003_standby_2.pl        |  3 ++-
src/test/perl/PostgresNode.pm                        |  2 +-
src/test/recovery/t/001_stream_rep.pl                |  3 ++-
src/test/recovery/t/005_replay_delay.pl              | 20 +++-----------------
src/test/recovery/t/006_logical_decoding.pl          |  9 ++++++---
.../recovery/t/010_logical_decoding_timelines.pl     |  7 +++++--
6 files changed, 19 insertions(+), 25 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Reduce delay for last logicalrep feedback message when mastergo
Следующее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Refine memory allocation in ICU conversions