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.
This commit is contained in:
Andrew Dunstan 2018-11-07 14:15:19 -05:00
parent b84a6dafbf
commit 54ad7282fe
1 changed files with 1 additions and 1 deletions

View File

@ -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";