Add PG_TEST_PG_COMBINEBACKUP_MODE

Tomas Vondra <tomas.vondra@postgresql.org>

Commit: 35a7b288b975f8b13084307c4b610e3bed5ca046
Author: Tomas Vondra <tomas.vondra@postgresql.org>
Date: 2024-06-30T18:53:39Z
Releases: 17.0
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

Files

Discussion