From fb4b9ceff9ebdd20ba67a412ac4107f0c4235a05 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Mon, 1 Aug 2011 11:43:04 -0400 Subject: Note the special ignore/exclude handling in the bloat routine, per discussion on the mailing list. --- check_postgres.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'check_postgres.pl') 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. -- cgit v1.2.3