diff options
Diffstat (limited to 'src/include/nodes/nodes.h')
| -rw-r--r-- | src/include/nodes/nodes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h index 37f47c5306..da8a06af42 100644 --- a/src/include/nodes/nodes.h +++ b/src/include/nodes/nodes.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: nodes.h,v 1.51 1999/08/16 02:17:39 tgl Exp $ + * $Id: nodes.h,v 1.52 1999/09/23 17:03:21 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -151,6 +151,7 @@ typedef enum NodeTag T_VersionStmt, T_DefineStmt, T_DestroyStmt, + T_TruncateStmt, T_ExtendStmt, T_FetchStmt, T_IndexStmt, |
