Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita564d2b

Browse files
committed
geqo now at 11 tables
1 parent6f66fd8 commita564d2b

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 ofsix or more tables.
409+
statements ofeleven 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-
#defineGEQO_RELS6
87+
#defineGEQO_RELS11
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 ofsix or more tables.
47+
by default, which used GEQO for statements ofeleven or more tables.
4848
Set the
4949
.IR Programmer'sGuide
5050
for more information.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp