New GUC, track_iotiming, to track I/O timings.

Robert Haas <rhaas@postgresql.org>

Commit: 40b9b957694cf7749c420c6c51a7e1d3c9b1fec1
Author: Robert Haas <rhaas@postgresql.org>
Date: 2012-03-27T18:55:02Z
Releases: 9.2.0
New GUC, track_iotiming, to track I/O timings.

Currently, the only way to see the numbers this gathers is via
EXPLAIN (ANALYZE, BUFFERS), but the plan is to add visibility through
the stats collector and pg_stat_statements in subsequent patches.

Ants Aasma, reviewed by Greg Smith, with some further changes by me.

Files