OSDN Git Service

pgindent run. Make it all clean.
[pg-rex/syncrep.git] / src / include / rewrite / rewriteSupport.h
index 20cf82c..cda3d0f 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rewriteSupport.h,v 1.14 2000/11/16 22:30:46 tgl Exp $
+ * $Id: rewriteSupport.h,v 1.16 2001/03/22 04:01:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -17,6 +17,6 @@
 extern bool IsDefinedRewriteRule(char *ruleName);
 
 extern void SetRelationRuleStatus(Oid relationId, bool relHasRules,
-                                                                 bool relIsBecomingView);
+                                         bool relIsBecomingView);
 
 #endif  /* REWRITESUPPORT_H */