[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 E1d2HmF-0000JL-Co@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 output of carriage returns.

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/11927e575dd2afc8361e785c34db2141156702d6

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


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: [COMMITTERS] pgsql: Fix TAP infrastructure to support Mingw better
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix order of arguments to SubTransSetParent().