Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
a564d2bf
Commit
a564d2bf
authored
Mar 07, 1999
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
geqo now at 11 tables
parent
6f66fd8c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
doc/src/sgml/ref/set.sgml
doc/src/sgml/ref/set.sgml
+1
-1
src/include/optimizer/internal.h
src/include/optimizer/internal.h
+2
-2
src/man/set.l
src/man/set.l
+2
-2
No files found.
doc/src/sgml/ref/set.sgml
View file @
a564d2bf
...
...
@@ -406,7 +406,7 @@ SET TIME ZONE { '<REPLACEABLE CLASS="PARAMETER">timezone</REPLACEABLE>' | LOCAL
</para>
<para>
This algorithm is on by default, which used GEQO for
statements of
six
or more tables.
statements of
eleven
or more tables.
(See the chapter on GEQO in the Programmer's Guide
for more information).
</para>
...
...
src/include/optimizer/internal.h
View file @
a564d2bf
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: internal.h,v 1.1
7 1999/02/18 05:26:29
momjian Exp $
* $Id: internal.h,v 1.1
8 1999/03/07 12:00:38
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -84,6 +84,6 @@
/*#define joininfo_inactive(joininfo) joininfo->inactive */
/* GEQO switch according to number of relations in a query */
#define GEQO_RELS
6
#define GEQO_RELS
11
#endif
/* INTERNAL_H */
src/man/set.l
View file @
a564d2bf
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.1
5 1999/02/18 06:01:11
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.1
6 1999/03/07 12:00:40
momjian Exp $
.TH SET SQL 05/14/97 PostgreSQL PostgreSQL
.SH NAME
set - set run-time parameters for session
...
...
@@ -44,7 +44,7 @@ determines the output format for the date and time data types.
.IR GEQO
enables or disables the genetic optimizer algorithm. This algorithm is
.IR on
by default, which used GEQO for statements of
six
or more tables.
by default, which used GEQO for statements of
eleven
or more tables.
Set the
.IR Programmer's Guide
for more information.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment