pgsql: Enable settings used in TAP tests for MSVC builds

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Enable settings used in TAP tests for MSVC builds
Дата
Msg-id E1mugrb-000801-6I@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Enable settings used in TAP tests for MSVC builds

Certain settings from configuration or the Makefile infrastructure are
used by the TAP tests, but were not being set up by vcregress.pl. This
remedies those omissions. This should increase test coverage, especially
on the buildfarm.

Reviewed by Noah Misch

Discussion: https://postgr.es/m/17093da5-e40d-8335-d53a-2bd803fc38b0@dunslane.net

Backpatch to all live branches.

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/14c54e40f59a741afafa84015681f13ba083eed6

Modified Files
--------------
src/tools/msvc/vcregress.pl | 15 +++++++++++++++
1 file changed, 15 insertions(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: On Windows, also call shutdown() while closing the client socket
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix corruption of toast indexes with REINDEX CONCURRENTLY