pgsql: MSVC: Avoid warning when testing a TAP suite without PROVE_FLAGS

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: MSVC: Avoid warning when testing a TAP suite without PROVE_FLAGS
Date: 2020-06-07 23:28:32
Message-ID: E1ji4iO-0001z7-PK@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

MSVC: Avoid warning when testing a TAP suite without PROVE_FLAGS.

Commit 7be5d8df1f74b78620167d3abf32ee607e728919 surfaced the logic
error, which had no functional implications, by adding "use warnings".
The buildfarm always customizes PROVE_FLAGS, so the warning did not
appear there. Back-patch to 9.5 (all supported versions).

Branch
------
REL_12_STABLE

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

Modified Files
--------------
src/tools/msvc/vcregress.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-06-08 01:13:29 pgsql: Fix crash in WAL sender when starting physical replication
Previous Message Tom Lane 2020-06-07 21:16:39 pgsql: Stamp HEAD as 14devel.