aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/execnodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/nodes/execnodes.h')
-rw-r--r--src/include/nodes/execnodes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h
index f8ad7675a5e..a2cafdc6426 100644
--- a/src/include/nodes/execnodes.h
+++ b/src/include/nodes/execnodes.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: execnodes.h,v 1.10 1997/09/08 02:37:12 momjian Exp $
+ * $Id: execnodes.h,v 1.11 1997/09/08 20:58:40 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -328,7 +328,7 @@ typedef struct AppendState
List *as_rtentries;
List *as_result_relation_info_list;
List *as_junkFilter_list;
-} AppendState;
+} AppendState;
/* ----------------------------------------------------------------
* Scan State Information
@@ -574,7 +574,7 @@ typedef struct AggState
{
CommonScanState csstate; /* its first field is NodeTag */
bool agg_done;
-} AggState;
+} AggState;
/* ---------------------
* GroupState information