[COMMITTERS] pgsql: Fix TAP infrastructure to support Mingw better - Mailing list pgsql-committers

From Andrew Dunstan
Subject [COMMITTERS] pgsql: Fix TAP infrastructure to support Mingw better
Date
Msg-id E1d2HXL-0008RP-PH@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix TAP infrastructure to support Mingw better

archive_command and restore_command need to refer to Windows paths, not
Msys virtual file system paths, as postgres is completely unaware of the
latter, so prefix them with the Windows path to the virtual file system
root. Clean psql and pg_recvlogical output of carriage returns.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/33f3bbc6d37dde23f02cb1f73753791fb9e6c4a8

Modified Files
--------------
src/test/perl/PostgresNode.pm | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Make PostgresNode.pm check server status more carefully.
Next
From: Andrew Dunstan
Date:
Subject: [COMMITTERS] pgsql: Fix TAP infrastructure to support Mingw better