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 dc1290775d..895a77cbf4 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.127 2002/12/06 03:28:33 momjian Exp $ + * $Id: nodes.h,v 1.128 2002/12/06 03:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -157,7 +157,6 @@ typedef enum NodeTag T_UpdateStmt, T_SelectStmt, T_AlterTableStmt, - T_AlterDomainStmt, T_SetOperationStmt, T_GrantStmt, T_ClosePortalStmt, |
