]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix TAP infrastructure to support Mingw better
authorAndrew Dunstan <andrew@dunslane.net>
Sun, 23 Apr 2017 13:39:43 +0000 (09:39 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Sun, 23 Apr 2017 13:39:43 +0000 (09:39 -0400)
commit11927e575dd2afc8361e785c34db2141156702d6
tree2087a20f2d847407eaa85d82a10de5c8daed8e1b
parent9d5f0718d75772265b476e41f8a7e97dd8856710
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.
src/test/perl/PostgresNode.pm