to_char(float4/8): don't print "junk" digits
Bruce Momjian <bruce@momjian.us>
to_char(float4/8): don't print "junk" digits Commit cc0d90b73b2e6dd2f301d46818a7265742c41a14 also avoids printing junk digits, which are digits that are beyond the precision of the underlying type.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/numeric.out | modified | +1 −1 |
| src/test/regress/sql/numeric.sql | modified | +1 −1 |