diff options
Diffstat (limited to 'src/include/optimizer/geqo_pool.h')
| -rw-r--r-- | src/include/optimizer/geqo_pool.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/optimizer/geqo_pool.h b/src/include/optimizer/geqo_pool.h index f0791039fb..d96e67139b 100644 --- a/src/include/optimizer/geqo_pool.h +++ b/src/include/optimizer/geqo_pool.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geqo_pool.h,v 1.9 2000/01/26 05:58:20 momjian Exp $ + * $Id: geqo_pool.h,v 1.10 2000/09/19 18:42:32 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -29,7 +29,8 @@ extern Pool *alloc_pool(int pool_size, int string_length); extern void free_pool(Pool *pool); -extern void random_init_pool(Query *root, Pool *pool, int strt, int stop); +extern void random_init_pool(Query *root, List *initial_rels, + Pool *pool, int strt, int stop); extern Chromosome *alloc_chromo(int string_length); extern void free_chromo(Chromosome *chromo); |
