Re: floating point representation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: floating point representation
Дата
Msg-id 6371.982702125@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: floating point representation  (Pete Forman <pete.forman@westerngeco.com>)
Ответы Re: floating point representation  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: floating point representation  (Peter Eisentraut <peter_e@gmx.net>)
Re: floating point representation  (Philip Warner <pjw@rhyme.com.au>)
Список pgsql-hackers
Pete Forman <pete.forman@westerngeco.com> writes:
> Please remind me what we are trying to do.

The real point is that we need to serve several different purposes
that aren't necessarily fully compatible.

The existing default of FLT_DIG or DBL_DIG digits seems like a good
general-purpose policy, but it doesn't meet all needs.  For pg_dump,
we clearly would like to promise exact dump and restore.  On the
other side, the geometry regress tests would like to suppress a few
of the noisier low-order digits.  And we frequently see questions from
users about how they can display fewer digits than the system wants to
give them --- or, more generally, format the output in some special
form.

I think the idea of making a user-settable format string is a good one.
I'm just afraid of the idea of trying to shoehorn in a solution at the
last minute; if we do, we may find it's not quite right and then have
a backwards-compatibility problem with fixing it.  Besides, we are in
"no new features" mode during beta.  I think it should wait for 7.2.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: beta5 ...
Следующее
От: Bruce Momjian
Дата:
Сообщение: Use of LP_DELETE in buffer header