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
d78f7689
Commit
d78f7689
authored
18 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Document that wal_sync_method open_* methods use O_DIRECT, if available.
Backpatch to 8.2.X.
parent
9e9e387e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/config.sgml
+2
-1
2 additions, 1 deletion
doc/src/sgml/config.sgml
with
2 additions
and
1 deletion
doc/src/sgml/config.sgml
+
2
−
1
View file @
d78f7689
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.10
8
2007/02/0
1
0
0:28:16
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.10
9
2007/02/0
8
0
3:56:42
momjian Exp $ -->
<chapter Id="runtime-config">
<chapter Id="runtime-config">
<title>Server Configuration</title>
<title>Server Configuration</title>
...
@@ -1385,6 +1385,7 @@ SET ENABLE_SEQSCAN TO OFF;
...
@@ -1385,6 +1385,7 @@ SET ENABLE_SEQSCAN TO OFF;
Not all of these choices are available on all platforms.
Not all of these choices are available on all platforms.
The default is the first method in the above list that is supported
The default is the first method in the above list that is supported
by the platform.
by the platform.
The <literal>open_</>* options also use <literal>O_DIRECT</> if available.
This parameter can only be set in the <filename>postgresql.conf</>
This parameter can only be set in the <filename>postgresql.conf</>
file or on the server command line.
file or on the server command line.
</para>
</para>
...
...
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