From: Greg Sabino Mullane Date: Wed, 3 Jun 2009 16:04:12 +0000 (-0400) Subject: Add bloat items X-Git-Tag: 2.9.1~22 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=54b79aeaccea0c5b1d56ff9e87bdecc60ac924a7;p=check_postgres.git Add bloat items --- diff --git a/TODO b/TODO index 35d660cf6..45da06ba3 100644 --- a/TODO +++ b/TODO @@ -35,3 +35,6 @@ Quick list of outstanding items / bugs / feature requests for CP: * Check the current logfile is not bigger than X KB/MB/GB +* Make the bloat estimation more accurate (lots of small bad assumptions in there) + +* Consider a more accurate bloat check, using the expensive pg_stattuple function