diff options
author | Greg Sabino Mullane | 2010-04-07 15:45:40 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2010-04-07 15:45:40 +0000 |
commit | 0d0b3294ba8987bf1dadb75a263fb089ddb5973f (patch) | |
tree | 6437aae9c8d749295654c8560404cf15ffa257c6 /check_postgres.pl | |
parent | 6e4bc322f63b77fad6f79dcafd3b9e72e55ff6e8 (diff) |
Bump to version 2.15.0, regenerate HTML, update release changes.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 31cd1a09f..db8abcb80 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -8442,6 +8442,8 @@ Items not specifically attributed are by Greg Sabino Mullane. =item B<Version 2.15.0> + Redo the internal run_command() sub to use -x and hashes instead of regexes. + Fix error in custom logic (Andreas Mager) Add the "pgbouncer_checksum" action (Guillaume Lelarge) Fix regex to work on WIN32 for check_fsm_relations and check_fsm_pages (Luke Koops) Don't apply a LIMIT when using --exclude on the bloat action (Marti Raudsepp) |