Fix typo.
authorBruce Momjian
Fri, 6 Sep 2002 20:08:06 +0000 (20:08 +0000)
committerBruce Momjian
Fri, 6 Sep 2002 20:08:06 +0000 (20:08 +0000)
doc/src/sgml/wal.sgml

index 5a566b25c3d560c31b2bbc335ef9d9d651630234..cd4caa9920b250376f1059ffd9ce8c285f803ad1 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Write-Ahead Logging (<acronym>WAL</acronym>)
    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 CHECKPOINT_SEGMENTS) + 1 segment files, 
+   are more than CHECKPOINT_SEGMENTS + 1 segment files, 
    the unneeded segment files will be deleted instead of recycled until the
    system gets back under this limit.