summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2009-05-01 19:19:10 +0000
committerGreg Sabino Mullane2009-05-01 19:19:10 +0000
commit81d2796bf50531df6cc19b4e8ae5ae57bfbc462a (patch)
tree7a11a1a19efa190c884bb2e20d4ba22ad887515a /check_postgres.pl
parent5e3b326e3c14ff9b9df191b9102e87f2c1d2d1c0 (diff)
Perl module-a-fy
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index 8144315ee..2e2304552 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -6076,7 +6076,7 @@ Items not specifically attributed are by Greg Sabino Mullane.
=over 4
-=item B<Version 2.8.0> (April ??, 2009)
+=item B<Version 2.8.0> (May ??, 2009)
Added internationalization support (Greg)
Added the 'disabled_triggers' check (Greg)
@@ -6089,6 +6089,7 @@ Items not specifically attributed are by Greg Sabino Mullane.
Make fsm_pages and fsm_relatins handle 8.4 servers smoothly. (Greg)
Fix missing 'upd' field in show_dbstats (Andras Fabian)
Allow ENV{PGCONTROLDATA} and ENV{PGBINDIR}. (Greg)
+ Add various Perl module infratructure, including (e.g. Makefile.PL) (Greg)
Fix incorrect regex in txn_wraparound (Greg)
For txn_wraparound: consistent ordering and fix duplicates in perf output (Andras Fabian)
Add in missing exabyte regex check (Selena Deckelmann)