pgsql: Use shorter location for pg_replslot in pg_basebackup test - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Use shorter location for pg_replslot in pg_basebackup test
Date
Msg-id E1qIABT-002WZC-A3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use shorter location for pg_replslot in pg_basebackup test

The symlink to a longer location tripped up some Windows limit on
buildfarm animal fairywren when running with meson, which uses slightly
longer paths.

Backpatch to all live branches to keep the script in sync.

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/67ece2e709c44880bd634daa18c0f9d6862857f5

Modified Files
--------------
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix Perl warning
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Fix tmpdir issues with commit e213de8e78