diff options
Diffstat (limited to 'src/include/nodes/nodes.h')
-rw-r--r-- | src/include/nodes/nodes.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h index 53c406cc518..c452d53505a 100644 --- a/src/include/nodes/nodes.h +++ b/src/include/nodes/nodes.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/nodes/nodes.h,v 1.229 2009/10/10 01:43:50 tgl Exp $ + * $PostgreSQL: pgsql/src/include/nodes/nodes.h,v 1.230 2009/10/12 18:10:51 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -71,6 +71,7 @@ typedef enum NodeTag T_Unique, T_Hash, T_SetOp, + T_LockRows, T_Limit, /* this one isn't a subclass of Plan: */ T_PlanInvalItem, @@ -110,6 +111,7 @@ typedef enum NodeTag T_UniqueState, T_HashState, T_SetOpState, + T_LockRowsState, T_LimitState, /* |