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.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/include/rewrite/rewriteSupport.h b/src/include/rewrite/rewriteSupport.h
index 36d03f6a61b..7f517ae4ccd 100644
--- a/src/include/rewrite/rewriteSupport.h
+++ b/src/include/rewrite/rewriteSupport.h
@@ -1,26 +1,26 @@
/*-------------------------------------------------------------------------
*
* rewriteSupport.h--
- *
+ *
*
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: rewriteSupport.h,v 1.2 1996/11/06 10:31:02 scrappy Exp $
+ * $Id: rewriteSupport.h,v 1.3 1997/09/07 05:00:38 momjian Exp $
*
*-------------------------------------------------------------------------
*/
-#ifndef REWRITESUPPORT_H
-#define REWRITESUPPORT_H
-
+#ifndef REWRITESUPPORT_H
+#define REWRITESUPPORT_H
-extern int IsDefinedRewriteRule(char *ruleName);
-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);
+extern int IsDefinedRewriteRule(char *ruleName);
+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);
-#endif /* REWRITESUPPORT_H */
+#endif /* REWRITESUPPORT_H */