diff options
Diffstat (limited to 'src/include/parser/parse_expr.h')
-rw-r--r-- | src/include/parser/parse_expr.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/parser/parse_expr.h b/src/include/parser/parse_expr.h index a7af335dd12..bcf84912acf 100644 --- a/src/include/parser/parse_expr.h +++ b/src/include/parser/parse_expr.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_expr.h,v 1.28 2002/06/20 20:29:51 momjian Exp $ + * $Id: parse_expr.h,v 1.29 2002/11/15 02:50:21 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -21,7 +21,8 @@ extern int max_expr_depth; extern bool Transform_null_equals; -extern Node *transformExpr(ParseState *pstate, Node *expr); + +extern Node *transformExpr(ParseState *pstate, Node *expr, ConstraintTestValue *domVal); extern Oid exprType(Node *expr); extern int32 exprTypmod(Node *expr); extern bool exprIsLengthCoercion(Node *expr, int32 *coercedTypmod); |