pgsql: to_char(float4/8): don't print "junk" digits - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: to_char(float4/8): don't print "junk" digits
Date
Msg-id E1YZV1k-0001qO-Pf@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: to_char(float4/8): don't print "junk" digits  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9d61b9953c1489cbb458ca70013cf5fca1bb7710

Modified Files
--------------
src/test/regress/expected/numeric.out |    2 +-
src/test/regress/sql/numeric.sql      |    2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: to_char(float4/8): zero pad to specified length
Next
From: Bruce Momjian
Date:
Subject: pgsql: Use mmap MAP_NOSYNC option to limit shared memory writes