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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUG] Denormal float values break backup/restore
Дата
Msg-id 18719.1307715605@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [BUG] Denormal float values break backup/restore  (Marti Raudsepp <marti@juffo.org>)
Ответы Re: [BUG] Denormal float values break backup/restore  (Marti Raudsepp <marti@juffo.org>)
Список pgsql-hackers
Marti Raudsepp <marti@juffo.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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Feature idea: standard_quoting_identifiers property
Следующее
От: Alexey Klyukin
Дата:
Сообщение: Re: Operator families vs. casts