Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f5ab01a

Browse files
committed
WAL file numbers: Sequenatial -> ever-increasing
1 parent 3c177ed commit f5ab01a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/wal.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/wal.sgml,v 1.9 2001/09/09 23:52:12 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/wal.sgml,v 1.10 2001/09/22 03:59:17 momjian Exp $ -->
22

33
<chapter id="wal">
44
<title>Write-Ahead Logging (<acronym>WAL</acronym>)</title>
@@ -137,7 +137,7 @@
137137
divided into 8 kB pages. The log record headers are described in
138138
<filename>access/xlog.h</filename>; record content is dependent on
139139
the type of event that is being logged. Segment files are given
140-
sequential numbers as names, starting at
140+
ever-increasing numbers as names, starting at
141141
<filename>0000000000000000</filename>. The numbers do not wrap, at
142142
present, but it should take a very long time to exhaust the
143143
available stock of numbers.

0 commit comments

Comments
 (0)