diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index b6b636f346..3403dcd9fb 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -2372,9 +2372,10 @@ LOG: database system is ready to accept read only connections - The background writer is active during recovery and will perform - restartpoints (similar to checkpoints on the primary) and normal block - cleaning activities. This can include updates of the hint bit + The checkpointer process and the background writer process are active during + recovery. The checkpointer process will perform restartpoints (similar to + checkpoints on the primary) and the background writer process will perform + normal block cleaning activities. This can include updates of the hint bit information stored on the standby server. The CHECKPOINT command is accepted during recovery, though it performs a restartpoint rather than a new checkpoint.