Log Message:
-----------
Use a more bulletproof test for whether finite() and isinf() are present.
It seems that recent gcc versions can optimize away calls to these functions
even when the functions do not exist on the platform, resulting in a bogus
positive result.  Avoid this by using a non-constant argument and ensuring
that the function result is not simply discarded.  Per report from
François Laupretre.

Modified Files:
--------------
    pgsql:
        configure.in (r1.441 -> r1.442)
        
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.441&r2=1.442)
        configure (r1.471 -> r1.472)
        
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.471&r2=1.472)

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to