Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67016c3 commit 5da0606Copy full SHA for 5da0606
src/backend/access/transam/xlog.c
@@ -127,7 +127,7 @@ const struct config_enum_entry sync_method_options[] = {
127
128
/*
129
* Statistics for current checkpoint are collected in this global struct.
130
- * Because only the background writer or a stand-alone backend can perform
+ * Because only the checkpointer or a stand-alone backend can perform
131
* checkpoints, this will be unused in normal backends.
132
*/
133
CheckpointStatsData CheckpointStats;
0 commit comments