summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2010-07-16 11:36:10 +0000
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2010-07-16 11:36:10 +0000
commit10519586643cdb6e6b25880b8aad1c5df8e04da7 (patch)
tree3732d7ee8a247edae18a058d8481052160a440f9 /doc/src
parent1dc124e7c87e55fba45be39c7ff7594b3af6e1b9 (diff)
Fix typo spotted by Thom Brown.
Diffstat (limited to 'doc/src')
-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 12bf154c31f..8cf7d18c3ba 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.68.2.1 2010/07/16 11:21:46 heikki Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.68.2.2 2010/07/16 11:36:10 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.