1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-29 22:49:41 +03:00

geqo now at 11 tables

This commit is contained in:
Bruce Momjian
1999-03-07 12:00:40 +00:00
parent 6f66fd8c2e
commit a564d2bf0f
3 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: internal.h,v 1.17 1999/02/18 05:26:29 momjian Exp $
* $Id: internal.h,v 1.18 1999/03/07 12:00:38 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -84,6 +84,6 @@
/*#define joininfo_inactive(joininfo) joininfo->inactive */
/* GEQO switch according to number of relations in a query */
#define GEQO_RELS 6
#define GEQO_RELS 11
#endif /* INTERNAL_H */