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 dc68985 commit 535b435Copy full SHA for 535b435
src/backend/access/transam/xlog.c
@@ -124,7 +124,7 @@ const struct config_enum_entry sync_method_options[] = {
124
125
/*
126
* Statistics for current checkpoint are collected in this global struct.
127
- * Because only the background writer or a stand-alone backend can perform
+ * Because only the checkpointer or a stand-alone backend can perform
128
* checkpoints, this will be unused in normal backends.
129
*/
130
CheckpointStatsData CheckpointStats;
0 commit comments