pgsql: Remove unnecessary pg_is_in_recovery calls in tests

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove unnecessary pg_is_in_recovery calls in tests
Date: 2017-07-05 17:39:57
Message-ID: E1dSoHN-0006y3-94@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-07-05 17:41:42 Re: Re: pg_ctl wait exit code (was Re: [COMMITTERS] pgsql: Additional tests for subtransactions in recovery)
Previous Message Peter Eisentraut 2017-07-05 14:56:23 pgsql: Fix output of char node fields