pgsql: Enable settings used in TAP tests for MSVC builds - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Enable settings used in TAP tests for MSVC builds
Date
Msg-id E1mugrb-000804-6j@gemulon.postgresql.org
Whole thread Raw
List 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_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8de159c1fb1bcad47012e1c6ba4e9a50412d7a6c

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: On Windows, also call shutdown() while closing the client socket
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix corruption of toast indexes with REINDEX CONCURRENTLY