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

Enable GEQO for more than six tables, from Martin.

This commit is contained in:
Bruce Momjian
1997-06-01 02:56:00 +00:00
parent 4d9b4dc973
commit 8bc7439ccf
2 changed files with 5 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: geqo.h,v 1.1 1997/02/19 12:58:28 scrappy Exp $
* $Id: geqo.h,v 1.2 1997/06/01 02:56:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -38,6 +38,8 @@
*/
#define ERX
/* GEQO switch according to number of relations in a query */
#define GEQO_RELS 7
/* genetic algorithm parameters */