pgsql: Further tweaks to stuck_on_old_timeline recovery test - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Further tweaks to stuck_on_old_timeline recovery test
Date
Msg-id E1lsOA6-0006PH-IW@gemulon.postgresql.org
Whole thread Raw
List 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_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/914c716ca02ac576d7f4db6c69b26cb042512a84

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Ignore more environment variables in pg_regress.c
Next
From: Tom Lane
Date:
Subject: pgsql: Work around portability issue with newer versions of mktime().