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
465047d6
Commit
465047d6
authored
27 years ago
by
Vadim B. Mikheev
Browse files
Options
Downloads
Patches
Plain Diff
#define GEQO_RELS 7
moved from geqo.h to internal.h.
parent
05404562
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/include/optimizer/geqo.h
+1
-4
1 addition, 4 deletions
src/include/optimizer/geqo.h
src/include/optimizer/internal.h
+4
-1
4 additions, 1 deletion
src/include/optimizer/internal.h
with
5 additions
and
5 deletions
src/include/optimizer/geqo.h
+
1
−
4
View file @
465047d6
...
...
@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: geqo.h,v 1.
2
1997/06/0
1 02:56:00 momjian
Exp $
* $Id: geqo.h,v 1.
3
1997/06/0
2 11:19:31 vadim
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -38,9 +38,6 @@
*/
#define ERX
/* GEQO switch according to number of relations in a query */
#define GEQO_RELS 7
/* genetic algorithm parameters */
#define GEQO_FILE "pg_geqo"
/* Name of the ga config file */
...
...
This diff is collapsed.
Click to expand it.
src/include/optimizer/internal.h
+
4
−
1
View file @
465047d6
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: internal.h,v 1.
5
1997/0
4/24 15:38:34
vadim Exp $
* $Id: internal.h,v 1.
6
1997/0
6/02 11:19:33
vadim Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -82,4 +82,7 @@ extern int BushyPlanFlag;
/* #define deactivate_joininfo(joininfo) joininfo->inactive=true*/
/*#define joininfo_inactive(joininfo) joininfo->inactive */
/* GEQO switch according to number of relations in a query */
#define GEQO_RELS 7
#endif
/* INTERNAL_H */
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