No need to go to 2.18.0 yet!
authorGreg Sabino Mullane <[email protected]>
Tue, 8 Feb 2011 22:43:27 +0000 (17:43 -0500)
committerGreg Sabino Mullane <[email protected]>
Tue, 8 Feb 2011 22:43:27 +0000 (17:43 -0500)
META.yml
Makefile.PL
check_postgres.pl

index 75c7bc0268a00be9cf46c9f9cfe0815b44ff7e96..fdb7ba71164327c9fd7f02e35d59b16c54560939 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name                        : check_postgres.pl
-version                     : 2.18.0
+version                     : 2.17.0
 abstract                    : Postgres monitoring script
 author:              
   - Greg Sabino Mullane <[email protected]>
@@ -30,7 +30,7 @@ recommends:
 provides:
   check_postgres:
     file                    : check_postgres.pl
-    version                 : 2.18.0
+    version                 : 2.17.0
 
 keywords:
   - Postgres
index cbbfd32c90c08ee795fbdb051a9141282c4d3a37..24f6d5bffc3fe84b954c62ad68611dbb395601f7 100644 (file)
@@ -6,7 +6,7 @@ use strict;
 use warnings;
 use 5.006001;
 
-my $VERSION = '2.18.0';
+my $VERSION = '2.17.0';
 
 if ($VERSION =~ /_/) {
     print "WARNING! This is a test version ($VERSION) and should not be used in production!\n";
index eacedbf35ba727128473163eabf3310b8f57c906..7a1f190bf35645025a487b7f6ff80fbae167a127 100755 (executable)
@@ -30,7 +30,7 @@ $Data::Dumper::Varname = 'POSTGRES';
 $Data::Dumper::Indent = 2;
 $Data::Dumper::Useqq = 1;
 
-our $VERSION = '2.18.0';
+our $VERSION = '2.17.0';
 
 use vars qw/ %opt $PSQL $res $COM $SQL $db /;
 
@@ -7299,7 +7299,7 @@ sub check_wal_files {
 
 B<check_postgres.pl> - a Postgres monitoring script for Nagios, MRTG, Cacti, and others
 
-This documents describes check_postgres.pl version 2.18.0
+This documents describes check_postgres.pl version 2.17.0
 
 =head1 SYNOPSIS
 
@@ -8922,7 +8922,7 @@ Items not specifically attributed are by Greg Sabino Mullane.
 
 =over 4
 
-=item B<Version 2.18.0>
+=item B<Version 2.17.0>
 
   Give detailed information and refactor txn_idle, txn_time, and query_time
     (Per request from bug #61)
@@ -8933,10 +8933,10 @@ Items not specifically attributed are by Greg Sabino Mullane.
   Support non-standard version strings in the bloat check.
     (Michel Sijmons and Gurjeet Singh, bug #66)
 
-=item B<Version 2.17.0>
-
   Allow "and", "or" inside arguments (David E. Wheeler)
 
+  Fix psql version regex (Peter Eisentraut, bug #69)
+
 =item B<Version 2.16.0> January 20, 2011
 
   Add new action 'hot_standby_delay' (Nicolas Thauvin)