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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Ensure the right perl is used for TAP tests on msys
Дата
Msg-id E1nLpSG-0006mA-17@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix uninitialized variable.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Reset conn->errorReported when PQrequestCancel sets errorMessage