diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-09-06 20:08:06 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-09-06 20:08:06 +0000 |
commit | 022eb280af221b4e3022b43a1aea97232636cb0d (patch) | |
tree | 1d61ee96fa1d48afd4d74000de9f39a770a4e59f /doc/src | |
parent | c813d03ff98b28886d8c81c9615f9ef99d653f47 (diff) | |
download | postgresql-022eb280af221b4e3022b43a1aea97232636cb0d.tar.gz postgresql-022eb280af221b4e3022b43a1aea97232636cb0d.zip |
Fix typo.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/wal.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index 5a566b25c3d..cd4caa9920b 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/wal.sgml,v 1.18 2002/08/30 16:53:34 momjian Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/wal.sgml,v 1.19 2002/09/06 20:08:06 momjian Exp $ --> <chapter id="wal"> <title>Write-Ahead Logging (<acronym>WAL</acronym>)</title> @@ -308,7 +308,7 @@ WAL. Ordinarily, when old log segment files are no longer needed, they are recycled (renamed to become the next sequential future segments). If, due to a short-term peak of log output rate, there - are more than <varname>CHECKPOINT_SEGMENTS</varname>) + 1 segment files, + are more than <varname>CHECKPOINT_SEGMENTS</varname> + 1 segment files, the unneeded segment files will be deleted instead of recycled until the system gets back under this limit. </para> |