pgsql: Fix new recovery test for use under msys - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Fix new recovery test for use under msys
Date
Msg-id E1ls2zn-0006L6-EY@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix new recovery test for use under msys

Commit caba8f0d43 wasn't quite right for msys, as demonstrated by
several buildfarm animals, including jacana and fairywren. We need to
use the msys perl in the archive command, but call it in such a way that
Windows will understand the path. Furthermore, inside the copy script we
need to convert a Windows path to an msys path.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c3652f976b7696a96a9c5606cc2d613af77e2e63

Modified Files
--------------
src/test/recovery/t/025_stuck_on_old_timeline.pl | 14 +++++++++++---
src/test/recovery/t/cp_history_files             |  7 +++++++
2 files changed, 18 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: pgsql: Make archiver process an auxiliary process.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Fix new recovery test for use under msys