Re: Ryu floating point output patch - Mailing list pgsql-hackers

From Andrew Gierth
Subject Re: Ryu floating point output patch
Date
Msg-id 878syx6t9w.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Re: Ryu floating point output patch  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Responses Re: Ryu floating point output patch  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Some final (I hope) updates:

 - adopt Noah's configure code for -Wno-declaration-after-statement
 - remove some code that proved to be dead, replaced by comments and
   asserts
 - add header comments for the public entry points
 - move definition of buffer lengths to public header and comment them
 - comment some assumptions that might otherwise be overlooked
 - simplify some of the fixed-point optimizations slightly
 - clarify some comments
 - change _buf variants to return the string length, just because they can

-- 
Andrew (irc:RhodiumToad)


Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pg_upgrade: Pass -j down to vacuumdb
Next
From: Vik Fearing
Date:
Subject: Re: Early WIP/PoC for inlining CTEs