diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-09-12 21:25:10 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-09-12 21:25:10 +0000 |
commit | cf5a8723ddc1e7ce152007d80e5ff973f229a72d (patch) | |
tree | 88dcaa744192d8ba712545a9fba165d2f6b618db | |
parent | 7044dd7ec86c7288c254127879d46790acebf72d (diff) | |
download | postgresql-cf5a8723ddc1e7ce152007d80e5ff973f229a72d.tar.gz postgresql-cf5a8723ddc1e7ce152007d80e5ff973f229a72d.zip |
Increase default geqo parameter to 8.
-rw-r--r-- | src/include/optimizer/internal.h | 4 | ||||
-rw-r--r-- | src/man/set.l | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/include/optimizer/internal.h b/src/include/optimizer/internal.h index 958c2b5221f..f4b80793167 100644 --- a/src/include/optimizer/internal.h +++ b/src/include/optimizer/internal.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: internal.h,v 1.9 1997/09/08 02:37:50 momjian Exp $ + * $Id: internal.h,v 1.10 1997/09/12 21:25:02 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -86,6 +86,6 @@ extern int BushyPlanFlag; /*#define joininfo_inactive(joininfo) joininfo->inactive */ /* GEQO switch according to number of relations in a query */ -#define GEQO_RELS 6 +#define GEQO_RELS 8 #endif /* INTERNAL_H */ diff --git a/src/man/set.l b/src/man/set.l index f0fe9321c5b..ce322d5dceb 100644 --- a/src/man/set.l +++ b/src/man/set.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.5 1997/08/26 17:00:22 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.6 1997/09/12 21:25:10 momjian Exp $ .TH SET SQL 05/14/97 PostgreSQL PostgreSQL .SH NAME set \(em set run-time parameters for session @@ -57,7 +57,7 @@ See the GEQO README for more information. .if t .ta 0.5i +1.5i +3.0i .in 0 .nf - on - use for statements with 6 or more tables + on - use for statements with 8 or more tables on=10 - use for statements with 10 or more tables off - do not use the genetic optimizer .fi |