[COMMITTERS] pgsql: Remove unnecessary pg_is_in_recovery calls in tests

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Remove unnecessary pg_is_in_recovery calls in tests
Дата
Msg-id E1dSoHN-0006y3-94@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove unnecessary pg_is_in_recovery calls in tests

Since pg_ctl promote already waits for recovery to end, these calls are
obsolete.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6deb52b202e0f673b583b03ad141ccad6f8e7fba

Modified Files
--------------
src/test/modules/commit_ts/t/003_standby_2.pl         | 2 --
src/test/recovery/t/008_fsm_truncation.pl             | 2 --
src/test/recovery/t/009_twophase.pl                   | 6 ------
src/test/recovery/t/010_logical_decoding_timelines.pl | 4 ----
src/test/recovery/t/012_subtransactions.pl            | 6 ------
5 files changed, 20 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Fix output of char node fields
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Ooops, WIN32 code in pg_ctl.c still needsPQExpBuffer.