• Bruce Momjian's avatar
    to_char(float4/8): zero pad to specified length · cc0d90b7
    Bruce Momjian authored
    Previously, zero padding was limited to the internal length, rather than
    the specified length.  This allows it to match to_char(int/numeric), which
    always padded to the specified length.
    
    Regression tests added.
    
    BACKWARD INCOMPATIBILITY
    cc0d90b7
numeric.out 76.5 KB