[COMMITTERS] pgsql: Remove unnecessary pg_is_in_recovery calls in tests - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Remove unnecessary pg_is_in_recovery calls in tests
Date
Msg-id E1dSoHN-0006y3-94@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Fix output of char node fields
Next
From: Andrew Dunstan
Date:
Subject: Re: [COMMITTERS] pgsql: Ooops, WIN32 code in pg_ctl.c still needsPQExpBuffer.