aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/nodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/nodes/nodes.h')
-rw-r--r--src/include/nodes/nodes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h
index 526e847de99..5b9237c5f0e 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.32 1998/12/04 15:34:44 thomas Exp $
+ * $Id: nodes.h,v 1.33 1998/12/18 09:09:53 vadim Exp $
*
*-------------------------------------------------------------------------
*/
@@ -190,6 +190,7 @@ typedef enum NodeTag
T_CreateUserStmt,
T_AlterUserStmt,
T_DropUserStmt,
+ T_LockStmt,
T_A_Expr = 700,
T_Attr,