File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 $ -->
2
2
3
3
<chapter id="wal">
4
4
<title>Write-Ahead Logging (<acronym>WAL</acronym>)</title>
137
137
divided into 8 kB pages. The log record headers are described in
138
138
<filename>access/xlog.h</filename>; record content is dependent on
139
139
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
141
141
<filename>0000000000000000</filename>. The numbers do not wrap, at
142
142
present, but it should take a very long time to exhaust the
143
143
available stock of numbers.
You can’t perform that action at this time.
0 commit comments