Re: [COMMITTERS] pgsql: Put back ERANGE test in dpow(). - Mailing list pgsql-patches

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Put back ERANGE test in dpow().
Date
Msg-id 26099.1168056457@sss.pgh.pa.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Put back ERANGE test in  (Bruce Momjian <bruce@momjian.us>)
List pgsql-patches
Bruce Momjian <bruce@momjian.us> writes:
> Actually, when you return ERANGE, what is 'result'?  Nan?  Inf?  finite?

I believe it's HUGE_VAL (the largest finite value) ... which is
something I don't want to explicitly test for, any more than I liked
the explicit use of min/max values before.  Your isinf test is OK
because the point is that we want to replace any non-Inf result with Inf
if the result overflowed.

            regards, tom lane

pgsql-patches by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: [HACKERS] wal_checksum = on (default) | off
Next
From: "Gurjeet Singh"
Date:
Subject: Re: A patch to pg_regress for Windows port