doc: Fix description about bgwriter and checkpoint in HA section
authorMichael Paquier <[email protected]>
Mon, 17 Aug 2020 01:24:48 +0000 (10:24 +0900)
committerMichael Paquier <[email protected]>
Mon, 17 Aug 2020 01:24:48 +0000 (10:24 +0900)
Since 806a2ae, the work of the bgwriter is split the checkpointer, but a
portion of the documentation did not get the message.

Author: Masahiko Sawada
Discussion: https://postgr.es/m/CA+fd4k6jXxjAtjMVC=wG3=QGpauZBtcgN3Jhw+oV7zXGKVLKzQ@mail.gmail.com
Backpatch-through: 9.5

doc/src/sgml/high-availability.sgml

index a15e544eb52bdaa4dc87f72d747b3ef4bd289b9f..8651e192130b857bf4b994c2e80d07c86f6026db 100644 (file)
@@ -2226,9 +2226,10 @@ LOG:  database system is ready to accept read only connections
    </para>
 
    <para>
-    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 <command>CHECKPOINT</> command is accepted during recovery,
     though it performs a restartpoint rather than a new checkpoint.