1
0
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:
Vadim B. Mikheev
1999-01-21 16:08:55 +00:00
parent c8ae6afd13
commit 12be3e08f1
10 changed files with 763 additions and 609 deletions

View File

@@ -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;
/*