Re: pgsql/src/backend/utils/adt float.c

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/backend/utils/adt float.c
Date: 2001-06-02 20:49:31
Message-ID: 23910.991514971@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Tom Lane writes:
>> Accept and output '-Infinity' as well as 'Infinity', per long-ago
>> suggestion from Ross Reedstrom. Still needs work to make those symbols
>> convert to actual IEEE infinities (on machines where such things exist).

> #ifdef INFINITY
> val = INFINITY;
> #else
> elog?
> #endif

Else use HUGE_VAL, as the code does now, I would think. But I just
sent a message to Ross Reedstrom and pghackers to reopen that
discussion; let's pick it up there.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2001-06-03 14:53:57 pgsql/src backend/access/transam/xlog.c backen ...
Previous Message Peter Eisentraut 2001-06-02 20:42:02 Re: pgsql/src/backend/utils/adt float.c