1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-27 00:12:01 +03:00

Increase default geqo parameter to 8.

This commit is contained in:
Bruce Momjian
1997-09-12 21:25:10 +00:00
parent 7044dd7ec8
commit cf5a8723dd
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: internal.h,v 1.9 1997/09/08 02:37:50 momjian Exp $
* $Id: internal.h,v 1.10 1997/09/12 21:25:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -86,6 +86,6 @@ extern int BushyPlanFlag;
/*#define joininfo_inactive(joininfo) joininfo->inactive */
/* GEQO switch according to number of relations in a query */
#define GEQO_RELS 6
#define GEQO_RELS 8
#endif /* INTERNAL_H */