Hi,
Should "background writer" in the following comment be "checkpointer" post-9.2?
src/backend/access/transam/xlog.c
/*
* Statistics for current checkpoint are collected in this global struct.
* Because only the background writer or a stand-alone backend can perform
* checkpoints, this will be unused in normal backends.
*/
CheckpointStatsData CheckpointStats;
--
Amit