Re: [BUGS] BUG #2846: inconsistent and confusing

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #2846: inconsistent and confusing
Дата
Msg-id 28423.1167369647@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [BUGS] BUG #2846: inconsistent and confusing  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: [HACKERS] [BUGS] BUG #2846: inconsistent and  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-patches
Bruce Momjian <bruce@momjian.us> writes:
> I wasn't excited about doing one isinf() call to avoid three, so I just
> made a fast isinf() macro:

>   /*    We call isinf() a lot, so we use a fast version in this file */
>   #define fast_isinf(val)       (((val) < DBL_MIN || (val) > DBL_MAX) && isinf(val))

This is *not* going in the right direction :-(

            regards, tom lane

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

Предыдущее
От: "Jaime Casanova"
Дата:
Сообщение: Re: Tablespace for temporary objects and sort files
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] [BUGS] BUG #2846: inconsistent and