8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67547d commit 5f7f236Copy full SHA for 5f7f236
src/include/nodes/parsenodes.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: parsenodes.h,v 1.19 1997/08/21 01:39:25 vadim Exp $
+ * $Id: parsenodes.h,v 1.20 1997/08/22 04:05:27 vadim 8000 Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -143,11 +143,11 @@ typedef enum ConstrType {
143
CONSTR_NONE, CONSTR_CHECK /* type of constaints */
144
} ConstrType;
145
146
-typedef struct ConstaintDef {
+typedef struct ConstraintDef {
147
ConstrType type;
148
char *name; /* name */
149
- char *expr; /* */
150
-} ConstaintDef;
+ void *def; /* definition */
+} ConstraintDef;
151
152
/* ----------------------
153
* Create SEQUENCE Statement
0 commit comments