Make PostgreSQL::Test::Cluster::init_from_backup handle tablespaces.
authorRobert Haas <rhaas@postgresql.org>
Wed, 17 Apr 2024 19:56:33 +0000 (15:56 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 19 Apr 2024 17:08:03 +0000 (13:08 -0400)
commit6bf5c42b5546984df29289918f952e6211069c54
tree1314b11ac2e6395aa4ee80fdcc97424b26ebd166
parent41d2c6f952edc4841763d05296b65f3c0edad4f2
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
src/bin/pg_basebackup/t/010_pg_basebackup.pl
src/test/perl/PostgreSQL/Test/Cluster.pm