diff options
Diffstat (limited to 'src/include/optimizer/geqo.h')
| -rw-r--r-- | src/include/optimizer/geqo.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/optimizer/geqo.h b/src/include/optimizer/geqo.h index 8b8e7a5953..bf834d439e 100644 --- a/src/include/optimizer/geqo.h +++ b/src/include/optimizer/geqo.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geqo.h,v 1.25 2001/10/25 05:50:05 momjian Exp $ + * $Id: geqo.h,v 1.26 2001/10/28 06:26:07 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -48,7 +48,7 @@ /* If you change these, update backend/utils/misc/postgresql.sample.conf */ extern int Geqo_pool_size; -#define DEFAULT_GEQO_POOL_SIZE 0/* = default based on no. of relations. */ +#define DEFAULT_GEQO_POOL_SIZE 0 /* = default based on no. of relations. */ #define MIN_GEQO_POOL_SIZE 128 #define MAX_GEQO_POOL_SIZE 1024 @@ -76,4 +76,5 @@ extern Cost geqo_eval(Query *root, List *initial_rels, extern RelOptInfo *gimme_tree(Query *root, List *initial_rels, Gene *tour, int num_gene, int rel_count, RelOptInfo *old_rel); + #endif /* GEQO_H */ |
