diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-09-06 20:26:00 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-09-06 20:26:00 +0000 |
commit | b4295d052e81a246bd7b15f6bc4ad37bd7ab4e86 (patch) | |
tree | 8576db2d6f8401e7b2c3f9968f1c678d4f60060b /doc/src | |
parent | 022eb280af221b4e3022b43a1aea97232636cb0d (diff) | |
download | postgresql-b4295d052e81a246bd7b15f6bc4ad37bd7ab4e86.tar.gz postgresql-b4295d052e81a246bd7b15f6bc4ad37bd7ab4e86.zip |
Fix another 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 cd4caa9920b..45c41ea0b54 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.19 2002/09/06 20:08:06 momjian Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/wal.sgml,v 1.20 2002/09/06 20:26:00 momjian Exp $ --> <chapter id="wal"> <title>Write-Ahead Logging (<acronym>WAL</acronym>)</title> @@ -303,7 +303,7 @@ <para> There will be at least one 16MB segment file, and will normally - not be more than <varname>CHECKPOINT_SEGMENTS</varname>) + not be more than <varname>CHECKPOINT_SEGMENTS</varname> + 1 files. You can use this to estimate space requirements for WAL. Ordinarily, when old log segment files are no longer needed, they are recycled (renamed to become the next sequential future |