pgsql: Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731f

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731f
Date: 2017-07-16 15:28:32
Message-ID: E1dWlTE-00078c-9c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731f

This change didn't adjust the publicly visible taptest function, causing
buildfarm failures on bowerbird.

Backpatch to 9.4 like previous change.

Branch
------
REL9_6_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2017-07-16 16:01:29 pgsql: fix typo
Previous Message Tom Lane 2017-07-15 20:57:49 pgsql: Improve comments for execExpr.c's handling of FieldStore subexpr