projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
840826e
)
Add missing check function lookup.
author
Andrew Dunstan
<andrew@dunslane.net>
Sun, 15 May 2011 22:03:19 +0000
(18:03 -0400)
committer
Andrew Dunstan
<andrew@dunslane.net>
Sun, 15 May 2011 22:03:19 +0000
(18:03 -0400)
src/tools/msvc/vcregress.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/vcregress.pl
b/src/tools/msvc/vcregress.pl
index 769f93135b258c5c308b1ea53e06879a72a23272..98c8c624251631c2d9d03a1baa06597556a3e084 100644
(file)
--- a/
src/tools/msvc/vcregress.pl
+++ b/
src/tools/msvc/vcregress.pl
@@
-71,7
+71,8
@@
my %command = (
PLCHECK => \&plcheck,
INSTALLCHECK => \&installcheck,
ECPGCHECK => \&ecpgcheck,
- CONTRIBCHECK => \&contribcheck
+ CONTRIBCHECK => \&contribcheck,
+ ISOLATIONCHECK => \&isolationcheck,
);
my $proc = $command{$what};