pgsql: Fix vcregress.pl's bincheck

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix vcregress.pl's bincheck
Date: 2015-11-21 14:21:56
Message-ID: E1a0936-0000kg-3C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix vcregress.pl's bincheck

We didn't have InstallTemp() in 9.4, that was implemented in 9.5, but
it's used by the new bincheck code, so add it for 9.4.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b29a40fea78ec003146f1aa57aa60413cd560c45

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

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2015-11-21 19:47:21 Re: [COMMITTERS] pgsql: Add pg_audit, an auditing extension
Previous Message Tom Lane 2015-11-20 19:55:59 pgsql: Fix handling of inherited check constraints in ALTER COLUMN TYPE