WAL file numbers: Sequenatial -> ever-increasing
authorBruce Momjian
Sat, 22 Sep 2001 03:59:17 +0000 (03:59 +0000)
committerBruce Momjian
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 @@
-
+
 
 
  Write-Ahead Logging (<acronym>WAL</acronym>)
    divided into 8 kB pages. The log record headers are described in
    access/xlog.h; 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
    0000000000000000.  The numbers do not wrap, at
    present, but it should take a very long time to exhaust the
    available stock of numbers.