summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2011-08-01 15:43:04 +0000
committerGreg Sabino Mullane2011-08-01 15:43:04 +0000
commitfb4b9ceff9ebdd20ba67a412ac4107f0c4235a05 (patch)
treed2d835b9abd91c61fcc2424dc5f238c4b703dad5 /check_postgres.pl
parentf602229720a7188c7ac12c7f2306b9468c8aa2c3 (diff)
Note the special ignore/exclude handling in the bloat routine, per discussion on the mailing list.
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 1bff18961..9654a918f 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -8000,7 +8000,8 @@ Note that this action has two hard-coded values to avoid false alarms on
smaller relations. Tables must have at least 10 pages, and indexes at least 15,
before they can be considered by this test. If you really want to adjust these
values, you can look for the variables I<$MINPAGES> and I<$MINIPAGES> at the top of the
-C<check_bloat> subroutine.
+C<check_bloat> subroutine. These values are ignored if either I<--exclude> or
+I<--include> is used.
Only the top 10 most bloated relations are shown. You can change this number by
using the I<--perflimit> option to set your own limit.