pgsql: Remove standby_schedule and associated test files.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove standby_schedule and associated test files.
Date: 2022-01-15 20:54:23
Message-ID: E1n8q47-0004nh-CB@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove standby_schedule and associated test files.

Since this test schedule is not run by default, it's next door to
unused. Moreover, its test coverage is very thin, and what there is
is just about entirely superseded by the src/test/recovery tests.
Let's drop it instead of carrying obsolete tests.

Discussion: https://postgr.es/m/3911012.1641246643@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4483b2cf29bfe8091b721756928ccbe31c5c8e14

Modified Files
--------------
doc/src/sgml/regress.sgml | 46 -----
src/test/regress/GNUmakefile | 3 -
src/test/regress/expected/hs_standby_allowed.out | 218 ---------------------
src/test/regress/expected/hs_standby_check.out | 20 --
.../regress/expected/hs_standby_disallowed.out | 133 -------------
src/test/regress/expected/hs_standby_functions.out | 40 ----
src/test/regress/sql/hs_primary_extremes.sql | 73 -------
src/test/regress/sql/hs_primary_setup.sql | 25 ---
src/test/regress/sql/hs_standby_allowed.sql | 125 ------------
src/test/regress/sql/hs_standby_check.sql | 16 --
src/test/regress/sql/hs_standby_disallowed.sql | 103 ----------
src/test/regress/sql/hs_standby_functions.sql | 24 ---
src/test/regress/standby_schedule | 21 --
13 files changed, 847 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-01-16 12:19:58 pgsql: Update copyright notice to 2022 for recently-introduced TAP test
Previous Message Tomas Vondra 2022-01-15 18:28:02 pgsql: Build inherited extended stats on partitioned tables