pgsql: Enable settings used in TAP tests for MSVC builds

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Enable settings used in TAP tests for MSVC builds
Date: 2021-12-07 20:14:59
Message-ID: E1mugrb-00080A-7a@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_10_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-12-08 02:02:40 pgsql: Fix corruption of toast indexes with REINDEX CONCURRENTLY
Previous Message Tom Lane 2021-12-07 18:35:03 pgsql: On Windows, also call shutdown() while closing the client socket