Re: Ryu floating point output patch

Chapman Flack <chap@anastigmatix.net>

From: Chapman Flack <chap@anastigmatix.net>
To: Andrew Gierth <andrew@tao11.riddles.org.uk>, pgsql-hackers@postgresql.org
Date: 2019-01-11T04:02:01Z
Lists: pgsql-hackers
Does the project have an established view on non-ASCII names in
sources or docs?

AFAICS [1], the name of the algorithm may be Ryū.

-Chap


[1] https://dl.acm.org/citation.cfm?id=3192369


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.