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:
parent
b84a6dafbf
commit
54ad7282fe
@ -559,7 +559,7 @@ sub upgradecheck
|
|||||||
generate_db('', 91, 127, '');
|
generate_db('', 91, 127, '');
|
||||||
|
|
||||||
print "\nSetting up data for upgrading\n\n";
|
print "\nSetting up data for upgrading\n\n";
|
||||||
installcheck();
|
installcheck('parallel');
|
||||||
|
|
||||||
# now we can chdir into the source dir
|
# now we can chdir into the source dir
|
||||||
chdir "$topdir/src/bin/pg_upgrade";
|
chdir "$topdir/src/bin/pg_upgrade";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user