• T
    Fix corner case bug in numeric to_char(). · f0bedf3e
    Tom Lane 提交于
    Trailing-zero stripping applied by the FM specifier could strip zeroes
    to the left of the decimal point, for a format with no digit positions
    after the decimal point (such as "FM999.").
    
    Reported and diagnosed by Marti Raudsepp, though I didn't use his patch.
    f0bedf3e
numeric.sql 38.6 KB