[COMMITTERS] pgsql: Honor PROVE_FLAGS environment setting - Mailing list pgsql-committers

From Andrew Dunstan
Subject [COMMITTERS] pgsql: Honor PROVE_FLAGS environment setting
Date
Msg-id E1d9CUl-00081s-Nk@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Honor PROVE_FLAGS environment setting

On MSVC builds and on back branches that means removing the hardcoded
--verbose setting. On master for Unix that means removing the empty
setting in the global Makefile so that the value can be acquired from
the environment as well as from the make arguments.

Backpatch to 9.4 where we introduced TAP tests

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/56b6ef893fee9e9bf47d927a02f4d1ea911f4d9c

Modified Files
--------------
src/Makefile.global.in      | 4 ++--
src/tools/msvc/vcregress.pl | 5 ++++-
2 files changed, 6 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: [COMMITTERS] pgsql: Add libxml2 include path for MSVC builds
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Replace "transaction log" with "write-ahead log"