CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       04/03/14 01:22:52

Modified files:
        src/backend/utils/adt: float.c 

Log message:
        Portability fixes and bug fixes for recent floating point input changes.
        In particular, don't depend on strtod() to accept 'NaN' and 'Infinity'
        inputs (while this is required by C99, not all platforms are compliant
        with that yet). Also, don't require glibc's behavior from isinf():
        it seems that on a lot of platforms isinf() does not itself distinguish
        between negative and positive infinity.


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to