mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2.
Amit Langote
This commit is contained in:
parent
dc68985c2a
commit
535b435c21
@ -124,7 +124,7 @@ const struct config_enum_entry sync_method_options[] = {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Statistics for current checkpoint are collected in this global struct.
|
* 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.
|
* checkpoints, this will be unused in normal backends.
|
||||||
*/
|
*/
|
||||||
CheckpointStatsData CheckpointStats;
|
CheckpointStatsData CheckpointStats;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user