Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5f7f236

Browse files
committed
ConstraintDef changed
1 parent d67547d commit 5f7f236

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/include/nodes/parsenodes.h

+4-4
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-
typedef struct ConstaintDef {
146+
typedef struct ConstraintDef {
147147
ConstrType type;
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)