summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas2010-07-16 11:35:40 +0000
committerHeikki Linnakangas2010-07-16 11:35:40 +0000
commit6b0937cd58a8a777c53f7c1651e0b04cdf3f4784 (patch)
treee11560a76f7f0a9d4af0576e4576803717682135
parent8f9c46117569131e63f36dbd5412f68d9ab167b2 (diff)
Fix typo spotted by Thom Brown.
-rw-r--r--doc/src/sgml/wal.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml
index cf580e9f45e..15691e820b0 100644
--- a/doc/src/sgml/wal.sgml
+++ b/doc/src/sgml/wal.sgml
@@ -1,4 +1,4 @@
-<!-- $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.