mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
#define GEQO_RELS 6 (not 7)
This commit is contained in:
parent
2f8c2e997b
commit
9c0d64c21c
@ -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.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 */
|
/*#define joininfo_inactive(joininfo) joininfo->inactive */
|
||||||
|
|
||||||
/* GEQO switch according to number of relations in a query */
|
/* GEQO switch according to number of relations in a query */
|
||||||
#define GEQO_RELS 7
|
#define GEQO_RELS 6
|
||||||
|
|
||||||
#endif /* INTERNAL_H */
|
#endif /* INTERNAL_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user