diff options
author | Greg Sabino Mullane | 2012-05-21 20:32:11 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2012-05-21 20:32:11 +0000 |
commit | 7776b3eb8be133785576737488a7ad4b1386bc00 (patch) | |
tree | de4e9c85b34c16ec67c6f462a67292d81a5a7839 | |
parent | 2c577cf5f59d689a22f21d28c80da8864f3459e9 (diff) |
Add label for the recent next.
-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 |