• Tom Lane's avatar
    Change parse-time representation of float literals (which include oversize · 393f3132
    Tom Lane authored
    integers) to be strings instead of 'double'.  We convert from string form
    to internal representation only after type resolution has determined the
    correct type for the constant.  This eliminates loss-of-precision worries
    and gets rid of the change in behavior seen at 17 digits with the
    previous kluge.
    393f3132
scan.l 12 KB