Thread: pgsql: Ensure the right perl is used for TAP tests on msys

pgsql: Ensure the right perl is used for TAP tests on msys

From
Andrew Dunstan
Date:
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(+)