Commit 465047d6 authored by Vadim B. Mikheev's avatar Vadim B. Mikheev

#define GEQO_RELS 7

moved from geqo.h to internal.h.
parent 05404562
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: geqo.h,v 1.2 1997/06/01 02:56:00 momjian Exp $ * $Id: geqo.h,v 1.3 1997/06/02 11:19:31 vadim Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -38,9 +38,6 @@ ...@@ -38,9 +38,6 @@
*/ */
#define ERX #define ERX
/* GEQO switch according to number of relations in a query */
#define GEQO_RELS 7
/* genetic algorithm parameters */ /* genetic algorithm parameters */
#define GEQO_FILE "pg_geqo" /* Name of the ga config file */ #define GEQO_FILE "pg_geqo" /* Name of the ga config file */
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: internal.h,v 1.5 1997/04/24 15:38:34 vadim Exp $ * $Id: internal.h,v 1.6 1997/06/02 11:19:33 vadim Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -82,4 +82,7 @@ extern int BushyPlanFlag; ...@@ -82,4 +82,7 @@ extern int BushyPlanFlag;
/* #define deactivate_joininfo(joininfo) joininfo->inactive=true*/ /* #define deactivate_joininfo(joininfo) joininfo->inactive=true*/
/*#define joininfo_inactive(joininfo) joininfo->inactive */ /*#define joininfo_inactive(joininfo) joininfo->inactive */
/* GEQO switch according to number of relations in a query */
#define GEQO_RELS 7
#endif /* INTERNAL_H */ #endif /* INTERNAL_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment