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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [PATCHES] [BUGS] BUG #2846: inconsistent and
Дата
Msg-id 200612290623.kBT6Nnh18012@momjian.us
обсуждение исходный текст
Ответ на Re: [PATCHES] [BUGS] BUG #2846: inconsistent and confusing  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [PATCHES] [BUGS] BUG #2846: inconsistent and  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: [PATCHES] [BUGS] BUG #2846: inconsistent and confusing  (Roman Kononov <kononov195-pgsql@yahoo.com>)
Список pgsql-hackers
Tom Lane wrote:
> 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 :-(

Well, then show me what direction you think is better.

--
  Bruce Momjian   bruce@momjian.us
  EnterpriseDB    http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] [BUGS] BUG #2846: inconsistent and confusing
Следующее
От: mark@mark.mielke.cc
Дата:
Сообщение: Re: TODO: GNU TLS