diff options
Diffstat (limited to 'src/include/optimizer/cost.h')
-rw-r--r-- | src/include/optimizer/cost.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/optimizer/cost.h b/src/include/optimizer/cost.h index 783dd96e482..7bb0262e9a4 100644 --- a/src/include/optimizer/cost.h +++ b/src/include/optimizer/cost.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: cost.h,v 1.33 2000/05/31 00:28:38 petere Exp $ + * $Id: cost.h,v 1.34 2000/06/08 22:37:51 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -81,8 +81,5 @@ extern Selectivity restrictlist_selectivity(Query *root, extern Selectivity clauselist_selectivity(Query *root, List *clauses, int varRelid); -extern Selectivity clause_selectivity(Query *root, - Node *clause, - int varRelid); #endif /* COST_H */ |