diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2012-01-26 19:08:20 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2012-01-26 19:08:20 +0200 |
commit | d4bad4e1e1c7269b906f3b005fc322537630efcf (patch) | |
tree | 2161c967deeb91ffc61c482d833d4bba956e9458 /doc/src | |
parent | 6d90eaaa89a007e0d365f49d6436f35d2392cfeb (diff) | |
download | postgresql-d4bad4e1e1c7269b906f3b005fc322537630efcf.tar.gz postgresql-d4bad4e1e1c7269b906f3b005fc322537630efcf.zip |
Fix sentence in docs: checkpoints are not done by bgwriter anymore.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/wal.sgml | 2 |
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. |