mirror of
https://github.com/postgres/postgres.git
synced 2025-11-03 09:13:20 +03:00
FOR UPDATE is in parser & rules.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: nodes.h,v 1.33 1998/12/18 09:09:53 vadim Exp $
|
||||
* $Id: nodes.h,v 1.34 1999/01/21 16:08:53 vadim Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -216,7 +216,8 @@ typedef enum NodeTag
|
||||
T_SubSelect,
|
||||
T_JoinUsing,
|
||||
T_CaseExpr,
|
||||
T_CaseWhen
|
||||
T_CaseWhen,
|
||||
T_RowMark
|
||||
} NodeTag;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user