mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
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.