diff options
author | Greg Sabino Mullane | 2013-03-13 18:38:12 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2013-03-13 18:38:12 +0000 |
commit | 39d1a8619936cca3ce08935081cb172c6c52cb68 (patch) | |
tree | d977a2593d762047ab5f72160176fdad0b5fa892 /check_postgres.pl | |
parent | e372ef068b1aadaacbc1307865c92bf51be8ff13 (diff) |
Minor tweaks to get ready for 2.20.0
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 9cffd2c9d..a3078f40d 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -32,7 +32,7 @@ $Data::Dumper::Useqq = 1; binmode STDOUT, ':utf8'; -our $VERSION = '2.20.1'; +our $VERSION = '2.20.0'; use vars qw/ %opt $PGBINDIR $PSQL $res $COM $SQL $db /; @@ -9750,7 +9750,7 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). =over 4 -=item B<Version 2.20.0> +=item B<Version 2.20.0> March 13, 2013 Add check for pgagent jobs (David E. Wheeler) @@ -9777,6 +9777,8 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). Prevent "uninitialized value" warnings when showing the port (Henrik Ahlgren) + Do not assume everyone has a HOME [github issue 23] + =item B<Version 2.19.0> January 17, 2012 Add the --assume-prod option (Cédric Villemain) |