1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-27 00:12:01 +03:00

Cause inheritance patch to meet minimum coding standards (no gcc

warnings).
This commit is contained in:
Tom Lane
2000-06-09 03:17:13 +00:00
parent 7fca3f0379
commit ce7746201b
3 changed files with 18 additions and 10 deletions

View File

@@ -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,