]> granicus.if.org Git - postgresql/commitdiff
WAL file numbers: Sequenatial -> ever-increasing
authorBruce Momjian <bruce@momjian.us>
Sat, 22 Sep 2001 03:59:17 +0000 (03:59 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 22 Sep 2001 03:59:17 +0000 (03:59 +0000)
doc/src/sgml/wal.sgml

index 74a967507cd4aa6f4c48e5a146e3adb677491f53..16f4e6c6eb4eadeaf123212e7d823f1f7b6d0664 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/wal.sgml,v 1.9 2001/09/09 23:52:12 petere Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/wal.sgml,v 1.10 2001/09/22 03:59:17 momjian Exp $ -->
 
 <chapter id="wal">
  <title>Write-Ahead Logging (<acronym>WAL</acronym>)</title>
    divided into 8 kB pages. The log record headers are described in
    <filename>access/xlog.h</filename>; record content is dependent on
    the type of event that is being logged.  Segment files are given
-   sequential numbers as names, starting at
+   ever-increasing numbers as names, starting at
    <filename>0000000000000000</filename>.  The numbers do not wrap, at
    present, but it should take a very long time to exhaust the
    available stock of numbers.