]> granicus.if.org Git - postgresql/commit
Consolidate methods for translating a Perl path to a Windows path.
authorNoah Misch <noah@leadboat.com>
Sat, 22 Jun 2019 03:34:23 +0000 (20:34 -0700)
committerNoah Misch <noah@leadboat.com>
Sat, 22 Jun 2019 03:47:34 +0000 (20:47 -0700)
commita40dca815dd1d703623f774059b103a13f85e0f1
tree637aa44e0bbfb91aa7aa5dfd11ab4702077c980c
parentf7aebd7f74117a9b44eb6af575061fc16a728236
Consolidate methods for translating a Perl path to a Windows path.

This fixes some TAP suites when using msys Perl and a builddir located
in an msys mount point other than "/".  For example, builddir=/c/pg
exhibited the problem, since /c/pg falls in mount point "/c".
Back-patch to 9.6, where tests first started to perform such
translations.  In back branches, offer both new and old APIs.

Reviewed by Andrew Dunstan.

Discussion: https://postgr.es/m/20190610045838.GA238501@rfd.leadboat.com
src/test/perl/PostgresNode.pm
src/test/perl/TestLib.pm
src/test/recovery/t/014_unlogged_reinit.pl
src/test/recovery/t/017_shm.pl