summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2009-05-03 17:29:39 +0000
committerGreg Sabino Mullane2009-05-03 17:29:39 +0000
commit6b919614dfee7d959d9aa75b410e973957f84c39 (patch)
treec54671241803e0a27663c9bc2c5a0a6d4de8b6b2 /check_postgres.pl
parent6407539a72fed483853a1c8b85ed30d83ad98e87 (diff)
Add back in auto-html creation, do p:c for Makefile.PL
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index 2e2304552..9d83b4a85 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -6089,7 +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)
+ Add various Perl module infrastructure (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)