diff options
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index bed2bd3dd..1efd4231d 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -9767,12 +9767,19 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). Compute correct 'totalwastedbytes' in the bloat query (Michael Renner) - Do not use pg_stats "inherited" column in bloat query, if the + Do not use pg_stats "inherited" column in bloat query, if the database is 8.4 or older. (Greg Sabino Mullane, per bug 121) Remove host reordering in hot_standby_delay check (Josh Williams, with help from Jacobo Blasco) + Better output for the "simple" flag + (Greg Sabino Mullane) + + Force same_schema to ignore the 'relallvisible' column + (Greg Sabino Mullane) + + =item B<Version 2.20.0> March 13, 2013 Add check for pgagent jobs (David E. Wheeler) |