Make PostgreSQL::Test::Cluster::init_from_backup handle tablespaces.

Robert Haas <rhaas@postgresql.org>

Commit: 6bf5c42b5546984df29289918f952e6211069c54
Author: Robert Haas <rhaas@postgresql.org>
Date: 2024-04-19T17:08:03Z
Releases: 17.0
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

Files

Discussion