pgsql: Ensure the right perl is used for TAP tests on msys - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Ensure the right perl is used for TAP tests on msys
Date
Msg-id E1nLpSG-0006mA-17@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Ensure the right perl is used for TAP tests on msys

In particular, perl with $Config{osname} = msys should only be used if
the build target is msys (which is currently buildable but not usable).
For builds targeted at native Windows, perl from the ucrt64 toolchain is
suitable.

Discussion: https://postgr.es/m/20220216210141.5glt5isg5qtwty4c@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cf12541f2bd5fd34425ecbb99f056a30ca5b7cae

Modified Files
--------------
config/check_modules.pl | 5 +++++
configure               | 1 +
configure.ac            | 1 +
3 files changed, 7 insertions(+)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix uninitialized variable.
Next
From: Tom Lane
Date:
Subject: pgsql: Reset conn->errorReported when PQrequestCancel sets errorMessage