Skip to content

Commit a564d2b

Browse files
committed
geqo now at 11 tables
1 parent 6f66fd8 commit a564d2b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/src/sgml/ref/set.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ SET TIME ZONE { '<REPLACEABLE CLASS="PARAMETER">timezone</REPLACEABLE>' | LOCAL
406406
</para>
407407
<para>
408408
This algorithm is on by default, which used GEQO for
409-
statements of six or more tables.
409+
statements of eleven or more tables.
410410
(See the chapter on GEQO in the Programmer's Guide
411411
for more information).
412412
</para>

src/include/optimizer/internal.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
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 $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -84,6 +84,6 @@
8484
/*#define joininfo_inactive(joininfo) joininfo->inactive */
8585

8686
/* GEQO switch according to number of relations in a query */
87-
#define GEQO_RELS 6
87+
#define GEQO_RELS 11
8888

8989
#endif /* INTERNAL_H */

src/man/set.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" 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 $
44
.TH SET SQL 05/14/97 PostgreSQL PostgreSQL
55
.SH NAME
66
set - set run-time parameters for session
@@ -44,7 +44,7 @@ determines the output format for the date and time data types.
4444
.IR GEQO
4545
enables or disables the genetic optimizer algorithm. This algorithm is
4646
.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.
4848
Set the
4949
.IR Programmer's Guide
5050
for more information.

0 commit comments

Comments
 (0)