diff options
Diffstat (limited to 'src/include/utils/selfuncs.h')
| -rw-r--r-- | src/include/utils/selfuncs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/selfuncs.h b/src/include/utils/selfuncs.h index 49f3bc7e00..037c2b2f5e 100644 --- a/src/include/utils/selfuncs.h +++ b/src/include/utils/selfuncs.h @@ -8,7 +8,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: selfuncs.h,v 1.10 2002/11/19 23:22:00 tgl Exp $ + * $Id: selfuncs.h,v 1.11 2003/01/20 18:55:07 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -75,7 +75,7 @@ extern void mergejoinscansel(Query *root, Node *clause, Selectivity *leftscan, Selectivity *rightscan); -extern double estimate_num_groups(Query *root, List *groupClauses, +extern double estimate_num_groups(Query *root, List *groupExprs, double input_rows); extern Datum btcostestimate(PG_FUNCTION_ARGS); |
