Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb4f1639

Browse files
committed
doc: Fix description about bgwriter and checkpoint in HA section
Since806a2ae, the work of the bgwriter is split the checkpointer, but aportion of the documentation did not get the message.Author: Masahiko SawadaDiscussion:https://postgr.es/m/CA+fd4k6jXxjAtjMVC=wG3=QGpauZBtcgN3Jhw+oV7zXGKVLKzQ@mail.gmail.comBackpatch-through: 9.5
1 parentf6661d3 commitb4f1639

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
@@ -2380,9 +2380,10 @@ LOG: database system is ready to accept read only connections
23802380
</para>
23812381

23822382
<para>
2383-
The background writer is active during recovery and will perform
2384-
restartpoints (similar to checkpoints on the primary) and normal block
2385-
cleaning activities. This can include updates of the hint bit
2383+
The checkpointer process and the background writer process are active during
2384+
recovery. The checkpointer process will perform restartpoints (similar to
2385+
checkpoints on the primary) and the background writer process will perform
2386+
normal block cleaning activities. This can include updates of the hint bit
23862387
information stored on the standby server.
23872388
The <command>CHECKPOINT</command> command is accepted during recovery,
23882389
though it performs a restartpoint rather than a new checkpoint.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp