mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
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
This commit is contained in:
parent
f6661d3df2
commit
b4f16397af
@ -2380,9 +2380,10 @@ LOG: database system is ready to accept read only connections
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The background writer is active during recovery and will perform
|
The checkpointer process and the background writer process are active during
|
||||||
restartpoints (similar to checkpoints on the primary) and normal block
|
recovery. The checkpointer process will perform restartpoints (similar to
|
||||||
cleaning activities. This can include updates of the hint bit
|
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.
|
information stored on the standby server.
|
||||||
The <command>CHECKPOINT</command> command is accepted during recovery,
|
The <command>CHECKPOINT</command> command is accepted during recovery,
|
||||||
though it performs a restartpoint rather than a new checkpoint.
|
though it performs a restartpoint rather than a new checkpoint.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user