From 39d1a8619936cca3ce08935081cb172c6c52cb68 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Wed, 13 Mar 2013 14:38:12 -0400 Subject: Minor tweaks to get ready for 2.20.0 --- check_postgres.pl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'check_postgres.pl') 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 +=item B 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 January 17, 2012 Add the --assume-prod option (Cédric Villemain) -- cgit v1.2.3