Skip to content

Commit 2c65658

Browse files
committed
Improve wording after wal_files removal.
1 parent 63653f7 commit 2c65658

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/sgml/wal.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/wal.sgml,v 1.17 2002/08/30 16:50:50 momjian Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/wal.sgml,v 1.18 2002/08/30 16:53:34 momjian Exp $ -->
22

33
<chapter id="wal">
44
<title>Write-Ahead Logging (<acronym>WAL</acronym>)</title>
@@ -302,10 +302,10 @@
302302
</para>
303303

304304
<para>
305-
The number of 16MB segment files will always be at least
306-
1, and will normally not exceed <varname>CHECKPOINT_SEGMENTS</varname>)
307-
+ 1. This may be used to estimate space requirements for WAL.
308-
Ordinarily, when old log segment files are no longer needed,
305+
There will be at least one 16MB segment file, and will normally
306+
not be more than <varname>CHECKPOINT_SEGMENTS</varname>)
307+
+ 1 files. You can use this to estimate space requirements for
308+
WAL. Ordinarily, when old log segment files are no longer needed,
309309
they are recycled (renamed to become the next sequential future
310310
segments). If, due to a short-term peak of log output rate, there
311311
are more than <varname>CHECKPOINT_SEGMENTS</varname>) + 1 segment files,

0 commit comments

Comments
 (0)