From 54ad7282fe7ad80a15533546d3b0a2be2e19e3f6 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Wed, 7 Nov 2018 14:15:19 -0500 Subject: [PATCH] Use parallel installcheck in vcregress.pl's upgrade test This is to keep the test in sync with what's done in test.sh, which acquired this change in commit da906766c. --- src/tools/msvc/vcregress.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/msvc/vcregress.pl b/src/tools/msvc/vcregress.pl index 26ab707d9f5..599b5210144 100644 --- a/src/tools/msvc/vcregress.pl +++ b/src/tools/msvc/vcregress.pl @@ -559,7 +559,7 @@ sub upgradecheck generate_db('', 91, 127, ''); print "\nSetting up data for upgrading\n\n"; - installcheck(); + installcheck('parallel'); # now we can chdir into the source dir chdir "$topdir/src/bin/pg_upgrade";