pgsql: Consolidate methods for translating a Perl path to a Windowspat - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Consolidate methods for translating a Perl path to a Windowspat
Date
Msg-id E1heXN5-0004VV-M8@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/186113b049c50a608b575e2597209e9eda99d83c

Modified Files
--------------
src/test/perl/PostgresNode.pm |  7 +++----
src/test/perl/TestLib.pm      | 28 ++++++++++++++++++++++++++++
2 files changed, 31 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Remove obsolete comments about sempahores from proc.c.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix spinlock assembly code for MIPS so it works on MIPS r6.