Commit 022eb280 authored by Bruce Momjian's avatar Bruce Momjian

Fix typo.

parent c813d03f
<!-- $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"> <chapter id="wal">
<title>Write-Ahead Logging (<acronym>WAL</acronym>)</title> <title>Write-Ahead Logging (<acronym>WAL</acronym>)</title>
...@@ -308,7 +308,7 @@ ...@@ -308,7 +308,7 @@
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
segments). If, due to a short-term peak of log output rate, there 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 the unneeded segment files will be deleted instead of recycled until the
system gets back under this limit. system gets back under this limit.
</para> </para>
......
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