]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove standby_schedule and associated test files.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Jan 2022 20:54:10 +0000 (15:54 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Jan 2022 20:54:10 +0000 (15:54 -0500)
commit4483b2cf29bfe8091b721756928ccbe31c5c8e14
tree11852ad183bf4b5149e053f602ec8a7de521be4c
parent46cf109089e8b0eeb3370c0f482b0aaf0becaae0
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
13 files changed:
doc/src/sgml/regress.sgml
src/test/regress/GNUmakefile
src/test/regress/expected/hs_standby_allowed.out [deleted file]
src/test/regress/expected/hs_standby_check.out [deleted file]
src/test/regress/expected/hs_standby_disallowed.out [deleted file]
src/test/regress/expected/hs_standby_functions.out [deleted file]
src/test/regress/sql/hs_primary_extremes.sql [deleted file]
src/test/regress/sql/hs_primary_setup.sql [deleted file]
src/test/regress/sql/hs_standby_allowed.sql [deleted file]
src/test/regress/sql/hs_standby_check.sql [deleted file]
src/test/regress/sql/hs_standby_disallowed.sql [deleted file]
src/test/regress/sql/hs_standby_functions.sql [deleted file]
src/test/regress/standby_schedule [deleted file]