pgsql: Remove standby_schedule and associated test files.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove standby_schedule and associated test files.
Дата
Msg-id E1n8q47-0004nh-CB@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Build inherited extended stats on partitioned tables
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Update copyright notice to 2022 for recently-introduced TAP test