aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/plannodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/nodes/plannodes.h')
-rw-r--r--src/include/nodes/plannodes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h
index 6942d206fb8..c20b9b63764 100644
--- a/src/include/nodes/plannodes.h
+++ b/src/include/nodes/plannodes.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: plannodes.h,v 1.8 1997/09/08 02:37:26 momjian Exp $
+ * $Id: plannodes.h,v 1.9 1997/09/08 20:58:48 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -129,7 +129,7 @@ typedef struct Append
Index unionrelid;
List *unionrtentries;
AppendState *unionstate;
-} Append;
+} Append;
/*
* ==========
@@ -223,7 +223,7 @@ typedef struct Agg
int numAgg;
Aggreg **aggs;
AggState *aggstate;
-} Agg;
+} Agg;
/* ---------------
* group node -