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 @@ -2370,9 +2370,10 @@ LOG: database system is ready to accept read only connections
2370
2370
</para>
2371
2371
2372
2372
<para>
2373
- The background writer is active during recovery and will perform
2374
- restartpoints (similar to checkpoints on the primary) and normal block
2375
- cleaning activities. This can include updates of the hint bit
2373
+ The checkpointer process and the background writer process are active during
2374
+ recovery. The checkpointer process will perform restartpoints (similar to
2375
+ checkpoints on the primary) and the background writer process will perform
2376
+ normal block cleaning activities. This can include updates of the hint bit
2376
2377
information stored on the standby server.
2377
2378
The <command>CHECKPOINT</command> command is accepted during recovery,
2378
2379
though it performs a restartpoint rather than a new checkpoint.
You can’t perform that action at this time.
0 commit comments