Skip to content

Commit 465047d

Browse files
committed
#define GEQO_RELS 7
moved from geqo.h to internal.h.
1 parent 0540456 commit 465047d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/include/optimizer/geqo.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Copyright (c) 1994, Regents of the University of California
77
*
8-
* $Id: geqo.h,v 1.2 1997/06/01 02:56:00 momjian Exp $
8+
* $Id: geqo.h,v 1.3 1997/06/02 11:19:31 vadim Exp $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -38,9 +38,6 @@
3838
*/
3939
#define ERX
4040

41-
/* GEQO switch according to number of relations in a query */
42-
#define GEQO_RELS 7
43-
4441
/* genetic algorithm parameters */
4542

4643
#define GEQO_FILE "pg_geqo" /* Name of the ga config file */

src/include/optimizer/internal.h

Lines changed: 4 additions & 1 deletion
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.5 1997/04/24 15:38:34 vadim Exp $
9+
* $Id: internal.h,v 1.6 1997/06/02 11:19:33 vadim Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -82,4 +82,7 @@ extern int BushyPlanFlag;
8282
/* #define deactivate_joininfo(joininfo) joininfo->inactive=true*/
8383
/*#define joininfo_inactive(joininfo) joininfo->inactive */
8484

85+
/* GEQO switch according to number of relations in a query */
86+
#define GEQO_RELS 7
87+
8588
#endif /* INTERNAL_H */

0 commit comments

Comments
 (0)