mirror of
https://github.com/postgres/postgres.git
synced 2025-10-29 22:49:41 +03:00
Fix sentence in docs: checkpoints are not done by bgwriter anymore.
This commit is contained in:
@@ -419,7 +419,7 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The server's background writer process automatically performs
|
The server's checkpointer process automatically performs
|
||||||
a checkpoint every so often. A checkpoint is created every <xref
|
a checkpoint every so often. A checkpoint is created every <xref
|
||||||
linkend="guc-checkpoint-segments"> log segments, or every <xref
|
linkend="guc-checkpoint-segments"> log segments, or every <xref
|
||||||
linkend="guc-checkpoint-timeout"> seconds, whichever comes first.
|
linkend="guc-checkpoint-timeout"> seconds, whichever comes first.
|
||||||
|
|||||||
Reference in New Issue
Block a user