Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
2c65658c
Commit
2c65658c
authored
22 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Improve wording after wal_files removal.
parent
63653f7f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/wal.sgml
+5
-5
5 additions, 5 deletions
doc/src/sgml/wal.sgml
with
5 additions
and
5 deletions
doc/src/sgml/wal.sgml
+
5
−
5
View file @
2c65658c
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/wal.sgml,v 1.1
7
2002/08/30 16:5
0:50
momjian Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/wal.sgml,v 1.1
8
2002/08/30 16:5
3: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 file
s
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,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment