-
+
Write-Ahead Logging (WAL)
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.