File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ SET TIME ZONE { '<REPLACEABLE CLASS="PARAMETER">timezone</REPLACEABLE>' | LOCAL
406
406
</para>
407
407
<para>
408
408
This algorithm is on by default, which used GEQO for
409
- statements of six or more tables.
409
+ statements of eleven or more tables.
410
410
(See the chapter on GEQO in the Programmer's Guide
411
411
for more information).
412
412
</para>
Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $Id: internal.h,v 1.17 1999/02/18 05:26:29 momjian Exp $
9
+ * $Id: internal.h,v 1.18 1999/03/07 12:00:38 momjian Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
84
84
/*#define joininfo_inactive(joininfo) joininfo->inactive */
85
85
86
86
/* GEQO switch according to number of relations in a query */
87
- #define GEQO_RELS 6
87
+ #define GEQO_RELS 11
88
88
89
89
#endif /* INTERNAL_H */
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" XXX standard disclaimer belongs here....
3
- .\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.15 1999/02/18 06:01:11 momjian Exp $
3
+ .\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.16 1999/03/07 12:00:40 momjian Exp $
4
4
.TH SET SQL 05/14/97 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
set - set run-time parameters for session
@@ -44,7 +44,7 @@ determines the output format for the date and time data types.
44
44
.IR GEQO
45
45
enables or disables the genetic optimizer algorithm. This algorithm is
46
46
.IR on
47
- by default, which used GEQO for statements of six or more tables.
47
+ by default, which used GEQO for statements of eleven or more tables.
48
48
Set the
49
49
.IR Programmer's Guide
50
50
for more information.
You can’t perform that action at this time.
0 commit comments