Commit 057152b3 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2.

Amit Langote
parent 7b1fab3f
......@@ -128,7 +128,7 @@ const struct config_enum_entry sync_method_options[] = {
/*
* Statistics for current checkpoint are collected in this global struct.
* Because only the background writer or a stand-alone backend can perform
* Because only the checkpointer or a stand-alone backend can perform
* checkpoints, this will be unused in normal backends.
*/
CheckpointStatsData CheckpointStats;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment