]> granicus.if.org Git - postgresql/commitdiff
#define GEQO_RELS 7
authorVadim B. Mikheev <vadim4o@yahoo.com>
Mon, 2 Jun 1997 11:19:33 +0000 (11:19 +0000)
committerVadim B. Mikheev <vadim4o@yahoo.com>
Mon, 2 Jun 1997 11:19:33 +0000 (11:19 +0000)
moved from geqo.h to internal.h.

src/include/optimizer/geqo.h
src/include/optimizer/internal.h

index c046fbc21e711cc01a860c60235bcb2d6c1ecac2..3a566522f7ae09ce3b656b982b49c695e209167c 100644 (file)
@@ -5,7 +5,7 @@
  *
  * 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 @@
  */
 #define ERX
 
-/* GEQO switch according to number of relations in a query */
-#define GEQO_RELS 7
-
 /* genetic algorithm parameters */
 
 #define GEQO_FILE "pg_geqo"      /* Name of the ga config file */
index 4eaa6bb85bb34e047ddcef7ec24f9c918ec8750f..dc22d7e700113f1dab85b72016915452ea79c2f3 100644 (file)
@@ -6,7 +6,7 @@
  *
  * 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;
 /* #define deactivate_joininfo(joininfo)       joininfo->inactive=true*/
 /*#define joininfo_inactive(joininfo)  joininfo->inactive */
 
+/* GEQO switch according to number of relations in a query */
+#define GEQO_RELS 7
+
 #endif /* INTERNAL_H */