On Tue, Dec 15, 2009 at 1:32 PM, Simon Riggs <[email protected]> wrote: > On Tue, 2009-12-15 at 04:57 +0000, Robert Haas wrote: >> This patch also removes buffer-usage statistics from the track_counts >> output, since this (or the global server statistics) is deemed to be a >> better interface to this information. > > I hope anything being removed is documented, though I don't see that. > Do you mean pg_statio_* tables no longer track heap_blocks* ? That is my > understanding of what track_counts gives us. I think you mean > log_*_stats, which is something else entirely.
Oops. You're right, it's log_*_stats, rather than track_counts(). Unfortunately, the format of the log_*_stats output is not documented: we can't remove this from the list of things that log_*_stats is documented to print, because there is no such list. That might be worth correcting, but the lack of pre-existing documentation didn't seem like something this patch should try to fix. ...Robert -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
