Thread: pgsql: Fix vcregress.pl's bincheck

pgsql: Fix vcregress.pl's bincheck

From
Andrew Dunstan
Date:
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(+)