pgsql: Simplify assignment of Inf for pow Nan (don't worry about the

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify assignment of Inf for pow Nan (don't worry about the
Date: 2007-01-04 05:18:39
Message-ID: 20070104051839.95EA79FA4D1@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Simplify assignment of Inf for pow Nan (don't worry about the sign).

Modified Files:
--------------
pgsql/src/backend/utils/adt:
float.c (r1.139 -> r1.140)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/float.c.diff?r1=1.139&r2=1.140)

Browse pgsql-committers by date

  From Date Subject
Next Message User Okbob 2007-01-04 05:45:18 plpsm - plpgpsm: scrollable cursor support this patch needs changes in
Previous Message Tom Lane 2007-01-04 00:58:01 pgsql: Fix erroneous implementation of -s in postmaster.c (the switch