diff options
author | Christoph Berg | 2016-05-26 17:42:14 +0000 |
---|---|---|
committer | Christoph Berg | 2016-05-26 17:42:14 +0000 |
commit | 0a7c52a9376c974c9574ef951d3e4d55ad3a9acf (patch) | |
tree | fd410a3667469f47a6f1b22f90c5d157418f6724 | |
parent | c16c27e8c9bf8b5a8fea6d2c3122806bb0e7bda1 (diff) |
Add changelog entry for Correct extra space in perfdata
Close #80
-rwxr-xr-x | check_postgres.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 527ab3802..dadb542ce 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -10155,6 +10155,9 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). check_txn_idle: Don't fail when query contains 'disabled' word (Marco Nenciarini) + check_hot_standby_delay: Correct extra space in perfdata + (Adrien Nayrat) + =item B<Version 2.22.0> June 30, 2015 Add xact timestamp support to hot_standby_delay. |