Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.

Robert Haas <rhaas@postgresql.org>

Commit: cddca5ec13d27017281422124cae0480cddfb663
Author: Robert Haas <rhaas@postgresql.org>
Date: 2009-12-15T04:57:48Z
Releases: 9.0.0
Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.

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.

Itagaki Takahiro, reviewed by Euler Taveira de Oliveira.

Files