Fix TAP infrastructure to support Mingw better

Andrew Dunstan <andrew@dunslane.net>

Commit: 11927e575dd2afc8361e785c34db2141156702d6
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2017-04-23T13:39:43Z
Releases: 9.6.3
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.

Files

PathChange+/−
src/test/perl/PostgresNode.pm modified +12 −2