summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index ec5c863db..8de97b528 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -3608,7 +3608,7 @@ FROM
my $info = run_command($SQL, { version => [ ">8.3 $SQLNOOP" ] } );
- if (exists $info->{db}[0]{fail}) {
+ if (exists $info->{db}[0]{slurp}[0]{fail}) {
add_unknown msg('fsm-page-highver');
return;
}