Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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



Tom Lane wrote:
> Bruce Momjian <bruce(at)momjian(dot)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(at)momjian(dot)us
  EnterpriseDB    http://www.enterprisedb.com

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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group