]> granicus.if.org Git - postgresql/commitdiff
#define GEQO_RELS 6 (not 7)
authorVadim B. Mikheev <vadim4o@yahoo.com>
Tue, 3 Jun 1997 03:15:50 +0000 (03:15 +0000)
committerVadim B. Mikheev <vadim4o@yahoo.com>
Tue, 3 Jun 1997 03:15:50 +0000 (03:15 +0000)
src/include/optimizer/internal.h

index dc22d7e700113f1dab85b72016915452ea79c2f3..68d1f7d71d14c32f5ad3186767da14627f3b087c 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: internal.h,v 1.6 1997/06/02 11:19:33 vadim Exp $
+ * $Id: internal.h,v 1.7 1997/06/03 03:15:50 vadim Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -83,6 +83,6 @@ extern int BushyPlanFlag;
 /*#define joininfo_inactive(joininfo)  joininfo->inactive */
 
 /* GEQO switch according to number of relations in a query */
-#define GEQO_RELS 7
+#define GEQO_RELS 6
 
 #endif /* INTERNAL_H */