Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
f5ab01ad
Commit
f5ab01ad
authored
Sep 22, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WAL file numbers: Sequenatial -> ever-increasing
parent
3c177edc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/src/sgml/wal.sgml
doc/src/sgml/wal.sgml
+2
-2
No files found.
doc/src/sgml/wal.sgml
View file @
f5ab01ad
<!-- $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 $ -->
<chapter id="wal">
<chapter id="wal">
<title>Write-Ahead Logging (<acronym>WAL</acronym>)</title>
<title>Write-Ahead Logging (<acronym>WAL</acronym>)</title>
...
@@ -137,7 +137,7 @@
...
@@ -137,7 +137,7 @@
divided into 8 kB pages. The log record headers are described in
divided into 8 kB pages. The log record headers are described in
<filename>access/xlog.h</filename>; record content is dependent on
<filename>access/xlog.h</filename>; record content is dependent on
the type of event that is being logged. Segment files are given
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
<filename>0000000000000000</filename>. The numbers do not wrap, at
<filename>0000000000000000</filename>. The numbers do not wrap, at
present, but it should take a very long time to exhaust the
present, but it should take a very long time to exhaust the
available stock of numbers.
available stock of numbers.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment