summaryrefslogtreecommitdiff
path: root/src/include/nodes/primnodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/nodes/primnodes.h')
-rw-r--r--src/include/nodes/primnodes.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/nodes/primnodes.h b/src/include/nodes/primnodes.h
index e28c312885..733a7c06ff 100644
--- a/src/include/nodes/primnodes.h
+++ b/src/include/nodes/primnodes.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: primnodes.h,v 1.9 1997/09/08 02:37:27 momjian Exp $
+ * $Id: primnodes.h,v 1.10 1997/09/08 20:58:50 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -267,7 +267,7 @@ typedef struct Aggreg
Oid aggtype; /* type of final result */
Node *target; /* attribute to aggreg on */
int aggno; /* index to ecxt_values */
-} Aggreg;
+} Aggreg;
/* ----------------
* Array
@@ -294,7 +294,7 @@ typedef struct Array
IntArray arraylow;
IntArray arrayhigh;
int arraylen;
-} Array;
+} Array;
/* ----------------
* ArrayRef:
@@ -319,6 +319,6 @@ typedef struct ArrayRef
List *reflowerindexpr;
Node *refexpr;
Node *refassgnexpr;
-} ArrayRef;
+} ArrayRef;
#endif /* PRIMNODES_H */