diff options
author | Greg Sabino Mullane | 2009-06-15 11:38:03 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-06-15 11:38:03 +0000 |
commit | 125e2ada5957ed3826595696f2cecc7d36a48e1e (patch) | |
tree | 14f6e083e34110a74af60d1355b0650abc203d5d | |
parent | fc449fb43e40e0c912b6a0c06f7f725f9f4b5e2c (diff) |
Jeff did more than tests.
-rwxr-xr-x | check_postgres.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 8ca434732..9c8a3d2f7 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -7362,7 +7362,8 @@ Items not specifically attributed are by Greg Sabino Mullane. =item B<Version 2.9.1> (June 12, 2009) Fix for multiple databases with the check_bloat action (Mark Kirkwood) - Tests for same_schema, other minor test fixes (Jeff Boes) + Fixes and improvements to the same_schema action (Jeff Boes) + Write tests for same_schema, other minor test fixes (Jeff Boes) =item B<Version 2.9.0> (May 28, 2009) |