pgsql: Create regress_tblspc in test_setup

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Create regress_tblspc in test_setup
Дата
Msg-id E1pQuWV-000bpJ-7X@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Create regress_tblspc in test_setup

An upcoming test needs to use a tablespace as part of its test. Historically,
we wanted tablespace creation be done in a dedicated file, so it's easy to
disable when testing replication. But that is not necessary anymore, due to
allow_in_place_tablespaces.

Create regress_tblspace tablespace in test_setup. Move the tablespace test to
the end of the parallel schedule, so other tests can use it.

Author: Melanie Plageman <melanieplageman@gmail.com>
Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/20200124195226.lth52iydq2n2uilq@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9c83bbcf7ef6b4236d117b25d8a754483e6488db

Modified Files
--------------
src/test/regress/expected/tablespace.out | 4 +---
src/test/regress/expected/test_setup.out | 3 +++
src/test/regress/parallel_schedule       | 9 ++++-----
src/test/regress/sql/tablespace.sql      | 4 +---
src/test/regress/sql/test_setup.sql      | 4 ++++
5 files changed, 13 insertions(+), 11 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Un-revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode."
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: pgindent: filter files for the --commit option