1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-28 11:55:03 +03:00

Fix sentence in docs: checkpoints are not done by bgwriter anymore.

This commit is contained in:
Heikki Linnakangas
2012-01-26 19:08:20 +02:00
parent 6d90eaaa89
commit d4bad4e1e1

View File

@@ -419,7 +419,7 @@
</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
linkend="guc-checkpoint-segments"> log segments, or every <xref
linkend="guc-checkpoint-timeout"> seconds, whichever comes first.