diff options
Diffstat (limited to 'src/include/rewrite/rewriteSupport.h')
-rw-r--r-- | src/include/rewrite/rewriteSupport.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/rewrite/rewriteSupport.h b/src/include/rewrite/rewriteSupport.h index 589f4245f74..39605df47ad 100644 --- a/src/include/rewrite/rewriteSupport.h +++ b/src/include/rewrite/rewriteSupport.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rewriteSupport.h,v 1.12 2000/06/30 07:04:04 tgl Exp $ + * $Id: rewriteSupport.h,v 1.13 2000/09/29 18:21:24 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -16,6 +16,7 @@ extern int IsDefinedRewriteRule(char *ruleName); -extern void setRelhasrulesInRelation(Oid relationId, bool relhasrules); +extern void SetRelationRuleStatus(Oid relationId, bool relHasRules, + bool relIsBecomingView); #endif /* REWRITESUPPORT_H */ |