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
d0b59901
Commit
d0b59901
authored
16 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Document that Solaris can't use effective_io_concurrency because of an
ineffective posix_fadvise().
parent
85369f88
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/config.sgml
+2
-3
2 additions, 3 deletions
doc/src/sgml/config.sgml
with
2 additions
and
3 deletions
doc/src/sgml/config.sgml
+
2
−
3
View file @
d0b59901
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.21
3
2009/0
3/26 20:55:49 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.21
4
2009/0
4/02 22:44:10 momjian
Exp $ -->
<chapter Id="runtime-config">
<chapter Id="runtime-config">
<title>Server Configuration</title>
<title>Server Configuration</title>
...
@@ -1253,8 +1253,7 @@ SET ENABLE_SEQSCAN TO OFF;
...
@@ -1253,8 +1253,7 @@ SET ENABLE_SEQSCAN TO OFF;
function, which some operating systems lack. If the function is not
function, which some operating systems lack. If the function is not
present then setting this parameter to anything but zero will result
present then setting this parameter to anything but zero will result
in an error. On some operating systems the function is present but
in an error. On some operating systems the function is present but
does not actually do anything. On such systems setting a nonzero
does not actually do anything (e.g. Solaris).
value will add CPU overhead without improving performance.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
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