Add PG_TEST_PG_COMBINEBACKUP_MODE
Introduces an environment variable PG_TEST_PG_COMBINEBACKUP_MODE, that
determines copy mode used by pg_combinebackup in TAP tests. Defaults to
"--copy" but may be set to "--clone" or "--copy-file-range" to use the
alternative stategies.
Reported-by: Peter Eisentraut
Discussion: https://postgr.es/m/48da4a1f-ccd9-4988-9622-24f37b1de2b4%40eisentraut.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/35a7b288b975f8b13084307c4b610e3bed5ca046
Modified Files
--------------
src/bin/pg_combinebackup/t/002_compare_backups.pl | 8 +++++++-
src/bin/pg_combinebackup/t/003_timeline.pl | 8 +++++++-
src/bin/pg_combinebackup/t/004_manifest.pl | 9 ++++++--
src/bin/pg_combinebackup/t/005_integrity.pl | 25 ++++++++++++++---------
src/bin/pg_combinebackup/t/006_db_file_copy.pl | 8 +++++++-
src/test/perl/PostgreSQL/Test/Cluster.pm | 5 +++++
6 files changed, 48 insertions(+), 15 deletions(-)