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
cf5a8723
Commit
cf5a8723
authored
27 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Increase default geqo parameter to 8.
parent
7044dd7e
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/include/optimizer/internal.h
+2
-2
2 additions, 2 deletions
src/include/optimizer/internal.h
src/man/set.l
+2
-2
2 additions, 2 deletions
src/man/set.l
with
4 additions
and
4 deletions
src/include/optimizer/internal.h
+
2
−
2
View file @
cf5a8723
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: internal.h,v 1.
9
1997/09/
08 02:37:50
momjian Exp $
* $Id: internal.h,v 1.
10
1997/09/
12 21:25:02
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -86,6 +86,6 @@ extern int BushyPlanFlag;
...
@@ -86,6 +86,6 @@ extern int BushyPlanFlag;
/*#define joininfo_inactive(joininfo) joininfo->inactive */
/*#define joininfo_inactive(joininfo) joininfo->inactive */
/* GEQO switch according to number of relations in a query */
/* GEQO switch according to number of relations in a query */
#define GEQO_RELS
6
#define GEQO_RELS
8
#endif
/* INTERNAL_H */
#endif
/* INTERNAL_H */
This diff is collapsed.
Click to expand it.
src/man/set.l
+
2
−
2
View file @
cf5a8723
.\" This is -*-nroff-*-
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.
5
1997/0
8/26 17:00:22
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.
6
1997/0
9/12 21:25:10
momjian Exp $
.TH SET SQL 05/14/97 PostgreSQL PostgreSQL
.TH SET SQL 05/14/97 PostgreSQL PostgreSQL
.SH NAME
.SH NAME
set \(em set run-time parameters for session
set \(em set run-time parameters for session
...
@@ -57,7 +57,7 @@ See the GEQO README for more information.
...
@@ -57,7 +57,7 @@ See the GEQO README for more information.
.if t .ta 0.5i +1.5i +3.0i
.if t .ta 0.5i +1.5i +3.0i
.in 0
.in 0
.nf
.nf
on - use for statements with
6
or more tables
on - use for statements with
8
or more tables
on=10 - use for statements with 10 or more tables
on=10 - use for statements with 10 or more tables
off - do not use the genetic optimizer
off - do not use the genetic optimizer
.fi
.fi
...
...
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