diff options
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 63d242e34..5ffb7f66f 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -7033,6 +7033,7 @@ sub find_catalog_info { my $colnum = 1; ## Only need to pull back the first and only db, so we can say [0] here + ROW: for my $row (@{$info->{db}[0]{slurp}}) { ## Remove any information that should be deleted |