pgsql: Make TestLib::perl2host more consistent and robust - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Make TestLib::perl2host more consistent and robust
Date
Msg-id E1m98js-0007S0-Tr@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make TestLib::perl2host more consistent and robust

Sometimes cygpath has been observed to return a path with a trailing
slash. That can cause problems, Also, make "cygpath" usage
consistent with "pwd -W" with respect to the use of forward slashes.

Backpatch to release 14 where the current code was introduced.

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/68011e17d098da66070a2d648a609625241f73f6

Modified Files
--------------
src/test/perl/TestLib.pm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Refactor to make common functions in proto.c and worker.c.
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Re-enable TAP tests of pg_receivewal for ZLIB on Windows