mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Add missing check function lookup.
This commit is contained in:
parent
840826e36c
commit
20bacc9560
@ -71,7 +71,8 @@ my %command = (
|
||||
PLCHECK => \&plcheck,
|
||||
INSTALLCHECK => \&installcheck,
|
||||
ECPGCHECK => \&ecpgcheck,
|
||||
CONTRIBCHECK => \&contribcheck
|
||||
CONTRIBCHECK => \&contribcheck,
|
||||
ISOLATIONCHECK => \&isolationcheck,
|
||||
);
|
||||
|
||||
my $proc = $command{$what};
|
||||
|
Loading…
Reference in New Issue
Block a user