8000 Increase default geqo parameter to 8. · postgrespro/postgres_cluster@cf5a872 · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit cf5a872

Browse files
committed
Increase default geqo parameter to 8.
1 parent 7044dd7 commit cf5a872

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/include/optimizer/internal.h

-2Lines 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.9 1997/09/08 02:37:50 momjian Exp $
9+
* $Id: internal.h,v 1.10 1997/09/12 21:25:02 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -86,6 +86,6 @@ extern int BushyPlanFlag;
8686
/*#define joininfo_inactive(joininfo) joininfo->inactive */
8787

8888
/* GEQO switch according to number of relations in a query */
89-
#define GEQO_RELS 6
89+
#define GEQO_RELS 8
9090

9191
#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.5 1997/08/26 17:00:22 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.6 1997/09/12 21:25:10 momjian Exp $
44
.TH SET SQL 05/14/97 PostgreSQL PostgreSQL
55
.SH NAME
66
set \(em set run-time parameters for session
@@ -57,7 +57,7 @@ See the GEQO README for more information.
5757
.if t .ta 0.5i +1.5i +3.0i
5858
.in 0
5959
.nf
60-
on - use for statements with 6 or more tables
60+
on - use for statements with 8 or more tables
6161
on=10 - use for statements with 10 or more tables
6262
off - do not use the genetic optimizer
6363
.fi

0 commit comments

Comments
 (0)
0