summaryrefslogtreecommitdiff
path: root/src/include/rewrite/rewriteSupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/rewrite/rewriteSupport.h')
-rw-r--r--src/include/rewrite/rewriteSupport.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/rewrite/rewriteSupport.h b/src/include/rewrite/rewriteSupport.h
index 8f89dfaa973..274db5a98ea 100644
--- a/src/include/rewrite/rewriteSupport.h
+++ b/src/include/rewrite/rewriteSupport.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: rewriteSupport.h,v 1.6 1997/11/26 01:14:27 momjian Exp $
+ * $Id: rewriteSupport.h,v 1.7 1998/01/24 22:49:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -18,8 +18,7 @@
extern int IsDefinedRewriteRule(char *ruleName);
-extern void
-prs2_addToRelation(Oid relid, Oid ruleId, CmdType event_type,
+extern void prs2_addToRelation(Oid relid, Oid ruleId, CmdType event_type,
AttrNumber attno, bool isInstead, Node *qual,
List *actions);
extern void prs2_deleteFromRelation(Oid relid, Oid ruleId);