pgsql: Make PostgreSQL::Test::Cluster::init_from_backup handle tablespa

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Make PostgreSQL::Test::Cluster::init_from_backup handle tablespa
Дата
Msg-id E1rxs3c-002rcm-N0@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make PostgreSQL::Test::Cluster::init_from_backup handle tablespaces.

This commit doesn't use this infrastructure for anything new, although
it does adapt 010_pg_basebackup.pl to use it. However, a future commit
will use this to improve test coverage for pg_combinebackup.

Patch by me, reviewed (but not fully endorsed) by Andres Freund.

Discussion: http://postgr.es/m/CA+TgmoYdXTjo9iQeoipTccDpWZzvBNS6EndY2uARM+T4yG_yDg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6bf5c42b5546984df29289918f952e6211069c54

Modified Files
--------------
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 21 ++-----
src/test/perl/PostgreSQL/Test/Cluster.pm     | 93 +++++++++++++++++++++++++---
2 files changed, 90 insertions(+), 24 deletions(-)


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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Add missing index_insert_cleanup calls
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: pg_combinebackup: Fix incorrect tablespace handling.