Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3424c6b

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 277e49e commit 3424c6b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/high-availability.sgml

+4-3
Original file line numberDiff line numberDiff line change
@@ -2381,9 +2381,10 @@ LOG: database system is ready to accept read only connections
23812381
</para>
23822382

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

0 commit comments

Comments
 (0)