Commit b4295d05 authored by Bruce Momjian's avatar Bruce Momjian

Fix another typo.

parent 022eb280
<!-- $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"> <chapter id="wal">
<title>Write-Ahead Logging (<acronym>WAL</acronym>)</title> <title>Write-Ahead Logging (<acronym>WAL</acronym>)</title>
...@@ -303,7 +303,7 @@ ...@@ -303,7 +303,7 @@
<para> <para>
There will be at least one 16MB segment file, and will normally 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 + 1 files. You can use this to estimate space requirements for
WAL. Ordinarily, when old log segment files are no longer needed, WAL. Ordinarily, when old log segment files are no longer needed,
they are recycled (renamed to become the next sequential future they are recycled (renamed to become the next sequential future
......
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