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

Commit5f7f236

Browse files
committed
ConstraintDef changed
1 parentd67547d commit5f7f236

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/include/nodes/parsenodes.h

Lines changed: 4 additions & 4 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.19 1997/08/21 01:39:25 vadim Exp $
9+
* $Id: parsenodes.h,v 1.20 1997/08/22 04:05:27 vadim Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -143,11 +143,11 @@ typedef enum ConstrType {
143143
CONSTR_NONE,CONSTR_CHECK/* type of constaints */
144144
}ConstrType;
145145

146-
typedefstructConstaintDef {
146+
typedefstructConstraintDef {
147147
ConstrTypetype;
148148
char*name;/* name */
149-
char*expr;/* */
150-
}ConstaintDef;
149+
void*def;/*definition */
150+
}ConstraintDef;
151151

152152
/* ----------------------
153153
*Create SEQUENCE Statement

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp