diff options
author | Greg Sabino Mullane | 2011-02-21 05:07:52 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2011-02-21 05:07:52 +0000 |
commit | 351fb92242e9f272c66e9bb17248b2b546cad568 (patch) | |
tree | f2605cac8d8730e65177e178202e7ca8260afc36 /check_postgres.pl | |
parent | 411d919abd53aee6589d495667c20357beae71d4 (diff) |
Spelling cleanups.
Only spellcheck test files that start with a number.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 0b346a1b3..9e9e31cde 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -8985,7 +8985,7 @@ Items not specifically attributed are by Greg Sabino Mullane. Give detailed information and refactor txn_idle, txn_time, and query_time (Per request from bug #61) - Set maxliagn to 8 in the bloat check if box identified as '64-bit' + Set maxalign to 8 in the bloat check if box identified as '64-bit' (Michel Sijmons, bug #66) Support non-standard version strings in the bloat check. @@ -8997,7 +8997,7 @@ Items not specifically attributed are by Greg Sabino Mullane. Fix psql version regex (Peter Eisentraut, bug #69) - Standardize and clean up all perfdata ouput (bug #52) + Standardize and clean up all perfdata output (bug #52) Exclude "idle in transaction" from the query_time check (bug #43) |