Try again to add test coverage for pg_combinebackup w/tablespaces.
authorRobert Haas <rhaas@postgresql.org>
Tue, 23 Apr 2024 20:33:19 +0000 (16:33 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 23 Apr 2024 20:33:19 +0000 (16:33 -0400)
commit89ad3e1316bf0374f9e57456bf2888d14bf070f6
tree9d10fdb194a691596f35f7d503b572ca39069a9c
parentba3e6e2bca97df14920375b0a1ebf4eab95b78b5
Try again to add test coverage for pg_combinebackup w/tablespaces.

My previous attempt to add this had to be reverted in commit
82023d47de9e262730b1f9b4ea77fae201a89d0a. I've revised the problematic
code a bit; hopefully it is OK now.

Discussion: http://postgr.es/m/CA+Tgmobiv1QJR5PEJoDKeZDrJHZFRmi4XmWOqufN49DJj-3e2g@mail.gmail.com
src/bin/pg_basebackup/t/010_pg_basebackup.pl
src/bin/pg_combinebackup/t/002_compare_backups.pl
src/test/perl/PostgreSQL/Test/Cluster.pm