diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2018-11-07 14:15:19 -0500 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2018-11-07 14:17:57 -0500 |
commit | 54ad7282fe7ad80a15533546d3b0a2be2e19e3f6 (patch) | |
tree | 8b8841e49d3d8909c408700dd323faadc6beec48 | |
parent | b84a6dafbf2bb921baee53c0c1aba7719ee38817 (diff) | |
download | postgresql-54ad7282fe7ad80a15533546d3b0a2be2e19e3f6.tar.gz postgresql-54ad7282fe7ad80a15533546d3b0a2be2e19e3f6.zip |
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.
-rw-r--r-- | src/tools/msvc/vcregress.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |