diff options
Diffstat (limited to 'src/include/parser/parse_coerce.h')
-rw-r--r-- | src/include/parser/parse_coerce.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/parser/parse_coerce.h b/src/include/parser/parse_coerce.h index 72e582550a2..d8cc6b7697d 100644 --- a/src/include/parser/parse_coerce.h +++ b/src/include/parser/parse_coerce.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: parse_coerce.h,v 1.9 1999/03/10 05:05:58 tgl Exp $ + * $Id: parse_coerce.h,v 1.10 1999/05/22 04:12:29 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -121,6 +121,7 @@ extern bool IsPreferredType(CATEGORY category, Oid type); extern CATEGORY TypeCategory(Oid type); extern bool can_coerce_type(int nargs, Oid *input_typeids, Oid *func_typeids); -extern Node *coerce_type(ParseState *pstate, Node *node, Oid inputTypeId, Oid targetTypeId); +extern Node *coerce_type(ParseState *pstate, Node *node, Oid inputTypeId, + Oid targetTypeId, int32 atttypmod); #endif /* PARSE_COERCE_H */ |