projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b84a6da
)
Use parallel installcheck in vcregress.pl's upgrade test
author
Andrew Dunstan
<andrew@dunslane.net>
Wed, 7 Nov 2018 19:15:19 +0000
(14:15 -0500)
committer
Andrew Dunstan
<andrew@dunslane.net>
Wed, 7 Nov 2018 19:17:57 +0000
(14:17 -0500)
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
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/vcregress.pl
b/src/tools/msvc/vcregress.pl
index 26ab707d9f5a5262a682d2a2043014d004b16c3b..599b52101440be7cfe446b02a40b9d64c7717a73 100644
(file)
--- 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";