diff options
Diffstat (limited to 'src/include/optimizer')
-rw-r--r-- | src/include/optimizer/plancat.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/optimizer/plancat.h b/src/include/optimizer/plancat.h index 7471d1b44d6..7963b745f52 100644 --- a/src/include/optimizer/plancat.h +++ b/src/include/optimizer/plancat.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/plancat.h,v 1.50 2008/06/19 00:46:06 alvherre Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/plancat.h,v 1.51 2008/08/16 00:01:38 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -50,6 +50,7 @@ extern Selectivity restriction_selectivity(PlannerInfo *root, extern Selectivity join_selectivity(PlannerInfo *root, Oid operator, List *args, - JoinType jointype); + JoinType jointype, + SpecialJoinInfo *sjinfo); #endif /* PLANCAT_H */ |