mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add missing check function lookup.
This commit is contained in:
@ -71,7 +71,8 @@ my %command = (
|
|||||||
PLCHECK => \&plcheck,
|
PLCHECK => \&plcheck,
|
||||||
INSTALLCHECK => \&installcheck,
|
INSTALLCHECK => \&installcheck,
|
||||||
ECPGCHECK => \&ecpgcheck,
|
ECPGCHECK => \&ecpgcheck,
|
||||||
CONTRIBCHECK => \&contribcheck
|
CONTRIBCHECK => \&contribcheck,
|
||||||
|
ISOLATIONCHECK => \&isolationcheck,
|
||||||
);
|
);
|
||||||
|
|
||||||
my $proc = $command{$what};
|
my $proc = $command{$what};
|
||||||
|
Reference in New Issue
Block a user