summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl6
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)