Re: Ryu floating point output patch

Andrew Gierth <andrew@tao11.riddles.org.uk>

From: Andrew Gierth <andrew@tao11.riddles.org.uk>
To: Donald Dong <xdong@csumb.edu>
Cc: "pgsql-hackers\@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2019-01-20T02:03:11Z
Lists: pgsql-hackers
>>>>> "Donald" == Donald Dong <xdong@csumb.edu> writes:

 Donald> I wonder if it's necessary to update the doc accordingly?

Yes, I specifically mentioned that doc updates were needed, and that
they were not included because they depend on final decisions on the
various questions that I have asked.

-- 
Andrew (irc:RhodiumToad)


Commits

  1. Provide an extra-float-digits setting for pg_dump / pg_dumpall

  2. Change floating-point output format for improved performance.

  3. Use strtof() and not strtod() for float4 input.