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

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Simplify assignment of Inf for pow Nan (don't worry about the
Date
Msg-id 20070104051839.95EA79FA4D1@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix erroneous implementation of -s in postmaster.c (the switch
Next
From: okbob@pgfoundry.org (User Okbob)
Date:
Subject: plpsm - plpgpsm: scrollable cursor support this patch needs changes in