From: Greg Sabino Mullane Date: Mon, 1 Aug 2011 15:43:04 +0000 (-0400) Subject: Note the special ignore/exclude handling in the bloat routine, per discussion on... X-Git-Tag: 2.18.0~10 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=fb4b9ceff9ebdd20ba67a412ac4107f0c4235a05;p=check_postgres.git Note the special ignore/exclude handling in the bloat routine, per discussion on the mailing list. --- 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 subroutine. +C 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.