Re: 9.4 broken on alpha

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: 9.4 broken on alpha
Дата
Msg-id CAEepm=1NHkgoASTB9UBmaRBu-+460vC3EJ464puUWV3YYrcb6A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: 9.4 broken on alpha  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Mon, Aug 31, 2015 at 8:42 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
A useful comparison point is the testing Greg Stark did recently for VAX.
Certainly no-one's ever again going to try to get useful work done with
Postgres on a VAX, but that still taught us some good things about
unnecessary IEEE-floating-point dependencies that had snuck into the code.
Someday, that might be important; IEEE 754 won't be the last word on
float arithmetic forever.

Just by the way, there is at least one example of a non-IEEE  floating point format supported by a current production compiler and hardware: IBM XL C on z/OS (and possibly other platforms) can use either IEEE or IBM's hex float format, depending on a compiler option.

https://en.wikipedia.org/wiki/IBM_Floating_Point_Architecture

--

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: icc vs. gcc-style asm blocks ... maybe the twain can meet?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Potential GIN vacuum bug