*** pgsql/src/include/optimizer/plancat.h 2009/01/01 17:24:00 1.52 --- pgsql/src/include/optimizer/plancat.h 2009/05/12 00:56:05 1.53 *************** *** 7,13 **** * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/optimizer/plancat.h,v 1.51 2008/08/16 00:01:38 tgl Exp $ * *------------------------------------------------------------------------- */ --- 7,13 ---- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/optimizer/plancat.h,v 1.52 2009/01/01 17:24:00 momjian Exp $ * *------------------------------------------------------------------------- */ *************** extern bool relation_excluded_by_constra *** 36,45 **** extern List *build_physical_tlist(PlannerInfo *root, RelOptInfo *rel); - extern List *find_inheritance_children(Oid inhparent); - - extern bool has_subclass(Oid relationId); - extern bool has_unique_index(RelOptInfo *rel, AttrNumber attno); extern Selectivity restriction_selectivity(PlannerInfo *root, --- 36,41 ----