Skip to content
Snippets Groups Projects
Commit 5f7f236b authored by Vadim B. Mikheev's avatar Vadim B. Mikheev
Browse files

ConstraintDef changed

parent d67547d8
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $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 Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -143,11 +143,11 @@ typedef enum ConstrType { ...@@ -143,11 +143,11 @@ typedef enum ConstrType {
CONSTR_NONE, CONSTR_CHECK /* type of constaints */ CONSTR_NONE, CONSTR_CHECK /* type of constaints */
} ConstrType; } ConstrType;
typedef struct ConstaintDef { typedef struct ConstraintDef {
ConstrType type; ConstrType type;
char *name; /* name */ char *name; /* name */
char *expr; /* */ void *def; /* definition */
} ConstaintDef; } ConstraintDef;
/* ---------------------- /* ----------------------
* Create SEQUENCE Statement * Create SEQUENCE Statement
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment