pgsql: Consolidate methods for translating a Perl path to a Windowspat

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Consolidate methods for translating a Perl path to a Windowspat
Дата
Msg-id E1heXN5-0004VU-M5@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6121ba9d18efa30d09db80708c1e222c81daff97

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Remove obsolete comments about sempahores from proc.c.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix spinlock assembly code for MIPS so it works on MIPS r6.