File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
*
6
6
* Copyright (c) 1994, Regents of the University of California
7
7
*
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 $
9
9
*
10
10
*-------------------------------------------------------------------------
11
11
*/
38
38
*/
39
39
#define ERX
40
40
41
- /* GEQO switch according to number of relations in a query */
42
- #define GEQO_RELS 7
43
-
44
41
/* genetic algorithm parameters */
45
42
46
43
#define GEQO_FILE "pg_geqo" /* Name of the ga config file */
Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
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 $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
@@ -82,4 +82,7 @@ extern int BushyPlanFlag;
82
82
/* #define deactivate_joininfo(joininfo) joininfo->inactive=true*/
83
83
/*#define joininfo_inactive(joininfo) joininfo->inactive */
84
84
85
+ /* GEQO switch according to number of relations in a query */
86
+ #define GEQO_RELS 7
87
+
85
88
#endif /* INTERNAL_H */
You can’t perform that action at this time.
0 commit comments