pgsql: Use shorter location for pg_replslot in pg_basebackup test

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use shorter location for pg_replslot in pg_basebackup test
Date: 2023-07-08 15:49:19
Message-ID: E1qIABT-002WZF-AU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 release 14 to keep the script in sync. Before that the
script skipped all symlink related tests on Windows.

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3e859b3d7af1b249e89d5e8e25a6f4b678624238

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2023-07-08 16:39:12 pgsql: Fix tmpdir issues with commit e213de8e78
Previous Message Peter Eisentraut 2023-07-08 15:30:18 pgsql: Fix Perl warning