Revise parse_coerce() to handle coercion of int and float

Tom Lane <tgl@sss.pgh.pa.us>

Commit: fd19a350ea0a69f26ac2f8cdc28fdd4ff9264adb
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-08-05T02:33:54Z
Releases: 7.1.1
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...

Files