diff options
Diffstat (limited to 'src/include/optimizer/xfunc.h')
-rw-r--r-- | src/include/optimizer/xfunc.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/include/optimizer/xfunc.h b/src/include/optimizer/xfunc.h index 80a956215e2..0d13e7b00ea 100644 --- a/src/include/optimizer/xfunc.h +++ b/src/include/optimizer/xfunc.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: xfunc.h,v 1.5 1997/09/08 21:53:33 momjian Exp $ + * $Id: xfunc.h,v 1.6 1998/01/24 22:49:52 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -50,11 +50,9 @@ extern int XfuncMode; /* defined in tcop/postgres.c */ /* function prototypes from planner/path/xfunc.c */ extern void xfunc_trypullup(Rel *rel); -extern int -xfunc_shouldpull(Path *childpath, JoinPath *parentpath, +extern int xfunc_shouldpull(Path *childpath, JoinPath *parentpath, int whichchild, CInfo *maxcinfopt); -extern CInfo * -xfunc_pullup(Path *childpath, JoinPath *parentpath, CInfo *cinfo, +extern CInfo * xfunc_pullup(Path *childpath, JoinPath *parentpath, CInfo *cinfo, int whichchild, int clausetype); extern Cost xfunc_rank(Expr *clause); extern Cost xfunc_expense(Query *queryInfo, Expr *clause); |