diff options
author | Greg Sabino Mullane | 2013-02-11 21:24:31 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2013-02-11 21:24:31 +0000 |
commit | 89ab821b98a94fefddd56cbb4bb9d0f961908bd0 (patch) | |
tree | c5a515631185c8967e4b93a58b9b78adc81ed1a4 /check_postgres.pl | |
parent | 84b706211cbc2d289423a3c3e9e960528f53d445 (diff) |
Adjust docs from earlier remote merge.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 6852d4824..9dc3d61a5 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -9745,10 +9745,6 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). =over 4 -=item B<Version 2.20.1> January 9, 2013 - Fix the check_bloat SQL to take inherited tables into account, and assume 2k for non-analyzed columns. - (Geert Pante) - =item B<Version 2.20.0> Add check for pgagent jobs (David E. Wheeler) @@ -9760,6 +9756,9 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). Allow txn_idle to work again for < 8.3 servers by switching to query_time. + Fix the check_bloat SQL to take inherited tables into account, + and assume 2k for non-analyzed columns. (Geert Pante) + Cache sequence information to speed up same_schema runs. Fix --excludeuser in check_txn_idle (Mika Eloranta) |