summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl4
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)