Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb69b815

Browse files
committed
+ Member for actions in CreateTrigStmt.
1 parent2ca45d5 commitb69b815

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/include/nodes/parsenodes.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: parsenodes.h,v 1.22 1997/09/0106:04:59 thomas Exp $
9+
* $Id: parsenodes.h,v 1.23 1997/09/0108:11:57 vadim Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -162,9 +162,10 @@ typedef struct CreateTrigStmt {
162162
List*args;/* list of (T_String) Values or NULL */
163163
boolbefore;/* BEFORE/AFTER */
164164
boolrow;/* ROW/STATEMENT */
165+
charactions[4];/* Insert, Update, Delete */
165166
char*lang;/* NULL (which means Clanguage) */
166167
char*text;/* AS 'text' */
167-
List*upattr;/* UPDATE OF a, b,... (NI) or NULL */
168+
List*attr;/* UPDATE OF a, b,... (NI) or NULL */
168169
char*when;/* WHEN 'a > 10 ...' (NI) or NULL */
169170
}CreateTrigStmt;
170171

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp