Re: [BUG] Denormal float values break backup/restore

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Marti Raudsepp <marti(at)juffo(dot)org>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [BUG] Denormal float values break backup/restore
Date: 2011-06-10 14:20:05
Message-ID: 18719.1307715605@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Marti Raudsepp <marti(at)juffo(dot)org> writes:
> Looking at utils/adt/float.c, seems that some platforms also have
> other problems with the strtod() function. Maybe it's time to
> implement our own, without bugs and with proper handling for denormal
> float values?

I put this right about on par with the occasional suggestions that we
implement our own filesystem. It's not our core competency and in the
end there is no value-add. If you need to work with denormals, find
a platform that supports them better.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexey Klyukin 2011-06-10 14:46:42 Re: Operator families vs. casts
Previous Message Heikki Linnakangas 2011-06-10 13:03:04 Re: Feature idea: standard_quoting_identifiers property