Commit 6b0937cd authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix typo spotted by Thom Brown.

parent 8f9c4611
<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.69 2010/07/16 11:20:23 heikki Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.70 2010/07/16 11:35:40 heikki Exp $ -->
<chapter id="wal">
<title>Reliability and the Write-Ahead Log</title>
......@@ -471,7 +471,7 @@
directory. A restartpoint is triggered if at least one checkpoint record
has been replayed and <varname>checkpoint_timeout</> seconds have passed
since last restartpoint. In standby mode, a restartpoint is also triggered
if <varname>checkoint_segments</> log segments have been replayed since
if <varname>checkpoint_segments</> log segments have been replayed since
last restartpoint and at least one checkpoint record has been replayed.
Restartpoints can't be performed more frequently than checkpoints in the
master because restartpoints can only be performed at checkpoint records.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment