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 aacdf60dd9..0c031b830e 100644 --- a/src/include/nodes/nodes.h +++ b/src/include/nodes/nodes.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodes.h,v 1.130 2002/12/12 15:49:40 tgl Exp $ + * $Id: nodes.h,v 1.131 2002/12/12 20:35:14 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -252,7 +252,6 @@ typedef enum NodeTag T_FuncWithArgs, T_PrivTarget, T_InsertDefault, - T_DomainConstraintValue, T_CreateOpClassItem, T_CompositeTypeStmt, |
