From a55c3fa1105c8daf8d81149464696b1e375a0bea Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 8 Dec 2011 23:00:27 -0500 Subject: Remove version 2.18.1 - going right to 2.19 --- check_postgres.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'check_postgres.pl') diff --git a/check_postgres.pl b/check_postgres.pl index 2bfdd709f..db2cc31d4 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -30,7 +30,7 @@ $Data::Dumper::Varname = 'POSTGRES'; $Data::Dumper::Indent = 2; $Data::Dumper::Useqq = 1; -our $VERSION = '2.18.1'; +our $VERSION = '2.19.0'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -9497,10 +9497,10 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). =item B Add the --assume-prod option (Cédric Villemain) + Add the cluster_id check (Cédric Villemain) - Improve settings_checksum and checkpoint tests (Cédric Villemain) -=item B + Improve settings_checksum and checkpoint tests (Cédric Villemain) Do no do an inner join to pg_user when checking database size (Greg Sabino Mullane; reported by Emmanuel Lesouef) -- cgit v1.2.3