summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas2012-01-26 17:08:20 +0000
committerHeikki Linnakangas2012-01-26 17:08:20 +0000
commitd4bad4e1e1c7269b906f3b005fc322537630efcf (patch)
tree2161c967deeb91ffc61c482d833d4bba956e9458
parent6d90eaaa89a007e0d365f49d6436f35d2392cfeb (diff)
Fix sentence in docs: checkpoints are not done by bgwriter anymore.
-rw-r--r--doc/src/sgml/wal.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml
index 843d5c88805..1d1924bc8df 100644
--- a/doc/src/sgml/wal.sgml
+++ b/doc/src/sgml/wal.sgml
@@ -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.