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
2c65658c
Commit
2c65658c
authored
Aug 30, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve wording after wal_files removal.
parent
63653f7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/src/sgml/wal.sgml
doc/src/sgml/wal.sgml
+5
-5
No files found.
doc/src/sgml/wal.sgml
View file @
2c65658c
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/wal.sgml,v 1.1
7 2002/08/30 16:50:50
momjian Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/wal.sgml,v 1.1
8 2002/08/30 16:53:34
momjian Exp $ -->
<chapter id="wal">
<title>Write-Ahead Logging (<acronym>WAL</acronym>)</title>
...
...
@@ -302,10 +302,10 @@
</para>
<para>
The
number of 16MB segment files will always be at least
1, and will normally not exceed
<varname>CHECKPOINT_SEGMENTS</varname>)
+ 1
. This may be used to estimate space requirements for WAL.
Ordinarily, when old log segment files are no longer needed,
The
re will be at least one 16MB segment file, and will normally
not be more than
<varname>CHECKPOINT_SEGMENTS</varname>)
+ 1
files. You can use this to estimate space requirements for
WAL.
Ordinarily, when old log segment files are no longer needed,
they are recycled (renamed to become the next sequential future
segments). If, due to a short-term peak of log output rate, there
are more than <varname>CHECKPOINT_SEGMENTS</varname>) + 1 segment files,
...
...
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