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