diff options
author | Christoph Berg | 2013-09-18 15:44:40 +0000 |
---|---|---|
committer | Christoph Berg | 2013-09-18 15:44:40 +0000 |
commit | c291b1cb6174442a1fbab1393f308b04ff30da24 (patch) | |
tree | 5776e5293a4c778c53efbeb456db418cb1e02ebe /check_postgres.pl | |
parent | 42555d6f6da900f5286a5afca6012487d02c16ee (diff) |
Add a changelog entry for the locks fix
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 5de33d524..e5eb77379 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -9761,6 +9761,10 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). Fix issue with SQL steps in check_pgagent_jobs for sql steps which perform deletes (Rob Emery via github pull) + Order lock typs in check_locks output to make the ordering predictable; other + minor test suite fixes + (Christoph Berg) + =item B<Version 2.20.1> June 24, 2013 Make connection check failures return CRITICAL not UNKNOWN |