OSDN Git Service

Revise parse_coerce() to handle coercion of int and float
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Aug 1999 02:33:54 +0000 (02:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Aug 1999 02:33:54 +0000 (02:33 +0000)
commitfd19a350ea0a69f26ac2f8cdc28fdd4ff9264adb
treedfa62a812f8835c0ab78900377a21ec912bbf0d6
parent5a76a94e41cff4034f0b9ff4c3d169f10fff160a
Revise parse_coerce() to handle coercion of int and float
constants, not only string constants, at parse time.  Get rid of
parser_typecast2(), which is bogus and redundant...
src/backend/parser/parse_coerce.c
src/backend/parser/parse_expr.c
src/backend/parser/parse_func.c
src/backend/parser/parse_type.c
src/include/parser/parse_expr.h
src/include/parser/parse_type.h