pgsql: Further tweaks to stuck_on_old_timeline recovery test

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Further tweaks to stuck_on_old_timeline recovery test
Date: 2021-06-13 11:20:18
Message-ID: E1lsOA6-0006PE-I6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Further tweaks to stuck_on_old_timeline recovery test

Translate path slashes on target directory path. This was confusing old
branches, but is applied to all branches for the sake of uniformity.
Perl is perfectly able to understand paths with forward slashes.

Along the way, restore the previous archive_wait query, for the sake of
uniformity with other tests, per gripe from Tom Lane.

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/47d5781cb137a2b027e2bf230a010a8407aeda00

Modified Files
--------------
src/test/recovery/t/025_stuck_on_old_timeline.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-06-13 18:33:11 pgsql: Work around portability issue with newer versions of mktime().
Previous Message Michael Paquier 2021-06-13 11:09:21 pgsql: Ignore more environment variables in pg_regress.c