File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2372,9 +2372,10 @@ LOG: database system is ready to accept read only connections
2372
2372
</para>
2373
2373
2374
2374
<para>
2375
- The background writer is active during recovery and will perform
2376
- restartpoints (similar to checkpoints on the primary) and normal block
2377
- cleaning activities. This can include updates of the hint bit
2375
+ The checkpointer process and the background writer process are active during
2376
+ recovery. The checkpointer process will perform restartpoints (similar to
2377
+ checkpoints on the primary) and the background writer process will perform
2378
+ normal block cleaning activities. This can include updates of the hint bit
2378
2379
information stored on the standby server.
2379
2380
The <command>CHECKPOINT</command> command is accepted during recovery,
2380
2381
though it performs a restartpoint rather than a new checkpoint.
You can’t perform that action at this time.
0 commit comments