aboutsummaryrefslogtreecommitdiff
path: root/src/include/optimizer/geqo_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/optimizer/geqo_pool.h')
-rw-r--r--src/include/optimizer/geqo_pool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/optimizer/geqo_pool.h b/src/include/optimizer/geqo_pool.h
index 5c7e24c9e75..264bacba8f3 100644
--- a/src/include/optimizer/geqo_pool.h
+++ b/src/include/optimizer/geqo_pool.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_pool.h,v 1.11 2001/01/24 19:43:26 momjian Exp $
+ * $Id: geqo_pool.h,v 1.12 2001/03/22 04:00:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -30,7 +30,7 @@ extern Pool *alloc_pool(int pool_size, int string_length);
extern void free_pool(Pool *pool);
extern void random_init_pool(Query *root, List *initial_rels,
- Pool *pool, int strt, int stop);
+ Pool *pool, int strt, int stop);
extern Chromosome *alloc_chromo(int string_length);
extern void free_chromo(Chromosome *chromo);