We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c177ed commit f5ab01aCopy full SHA for f5ab01a
doc/src/sgml/wal.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<chapter id="wal">
4
<title>Write-Ahead Logging (<acronym>WAL</acronym>)</title>
@@ -137,7 +137,7 @@
137
divided into 8 kB pages. The log record headers are described in
138
<filename>access/xlog.h</filename>; record content is dependent on
139
the type of event that is being logged. Segment files are given
140
- sequential numbers as names, starting at
+ ever-increasing numbers as names, starting at
141
<filename>0000000000000000</filename>. The numbers do not wrap, at
142
present, but it should take a very long time to exhaust the
143
available stock of numbers.
0 commit comments