numeric_in accepts exponents; numeric to int4 rounds; float4/8 to numeric
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 Jan 2000 03:44:41 +0000 (03:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 Jan 2000 03:44:41 +0000 (03:44 +0000)
commitd58fa7611b37e6534040cbf40adf327bb169548c
tree94b02ccd79de88240c4ad6d3cf9b8308d6b9d17c
parent8da316291f337d07746bb8ffa638a00bd54cabaf
numeric_in accepts exponents; numeric to int4 rounds; float4/8 to numeric
is considerably more robust and accurate than it used to be.
Also, get rid of numeric's private allocation freelist, which is no longer
a win since Jan rewrote palloc.
src/backend/utils/adt/numeric.c