From ce7746201b81ba57c0145b631013b13f00a0537a Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 9 Jun 2000 03:17:13 +0000 Subject: Cause inheritance patch to meet minimum coding standards (no gcc warnings). --- src/include/optimizer/plancat.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/optimizer/plancat.h b/src/include/optimizer/plancat.h index 745d8dc73e..a5c09f4935 100644 --- a/src/include/optimizer/plancat.h +++ b/src/include/optimizer/plancat.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: plancat.h,v 1.18 2000/04/12 17:16:42 momjian Exp $ + * $Id: plancat.h,v 1.19 2000/06/09 03:17:11 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -24,6 +24,8 @@ extern List *find_secondary_indexes(Query *root, Index relid); extern List *find_inheritance_children(Oid inhparent); +extern bool has_subclass(Oid relationId); + extern Selectivity restriction_selectivity(Oid functionObjectId, Oid operatorObjectId, Oid relationObjectId, -- cgit v1.2.3