From b4295d052e81a246bd7b15f6bc4ad37bd7ab4e86 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 6 Sep 2002 20:26:00 +0000 Subject: [PATCH] Fix another typo. --- doc/src/sgml/wal.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index cd4caa9920..45c41ea0b5 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -1,4 +1,4 @@ - + Write-Ahead Logging (<acronym>WAL</acronym>) @@ -303,7 +303,7 @@ There will be at least one 16MB segment file, and will normally - not be more than CHECKPOINT_SEGMENTS) + not be more than CHECKPOINT_SEGMENTS + 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 -- 2.40.0