diff options
Diffstat (limited to 'src/include/nodes/nodes.h')
-rw-r--r-- | src/include/nodes/nodes.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h index 492619e194d..7de647d1362 100644 --- a/src/include/nodes/nodes.h +++ b/src/include/nodes/nodes.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodes.h,v 1.106 2002/05/12 20:10:04 tgl Exp $ + * $Id: nodes.h,v 1.107 2002/05/12 23:43:04 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -66,7 +66,6 @@ typedef enum NodeTag T_Func, T_FieldSelect, T_ArrayRef, - T_Iter, T_RelabelType, T_RangeTblRef, T_FromExpr, |