Skip to content

Commit 7aa0cae

Browse files
committed
doc: Fix description about bgwriter and checkpoint in HA section
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
1 parent 6af0b12 commit 7aa0cae

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/high-availability.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2372,9 +2372,10 @@ LOG: database system is ready to accept read only connections
23722372
</para>
23732373

23742374
<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
23782379
information stored on the standby server.
23792380
The <command>CHECKPOINT</command> command is accepted during recovery,
23802381
though it performs a restartpoint rather than a new checkpoint.

0 commit comments

Comments
 (0)