diff options
author | Greg Sabino Mullane | 2009-05-03 17:29:39 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-05-03 17:29:39 +0000 |
commit | 6b919614dfee7d959d9aa75b410e973957f84c39 (patch) | |
tree | c54671241803e0a27663c9bc2c5a0a6d4de8b6b2 /check_postgres.pl.html | |
parent | 6407539a72fed483853a1c8b85ed30d83ad98e87 (diff) |
Add back in auto-html creation, do p:c for Makefile.PL
Diffstat (limited to 'check_postgres.pl.html')
-rw-r--r-- | check_postgres.pl.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/check_postgres.pl.html b/check_postgres.pl.html index 97a4a4fca..6fc2470ec 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -1328,7 +1328,7 @@ feature requests, and commit notices, send email to <a href="mailto:check_postgr <h1><a name="history">HISTORY</a></h1> <p>Items not specifically attributed are by Greg Sabino Mullane.</p> <dl> -<dt><strong><a name="item_0"><strong>Version 2.8.0</strong> (April ??, 2009)</a></strong></dt> +<dt><strong><a name="item_0"><strong>Version 2.8.0</strong> (May ??, 2009)</a></strong></dt> <dd> <pre> @@ -1343,6 +1343,7 @@ feature requests, and commit notices, send email to <a href="mailto:check_postgr 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 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) |