pgsql: Add #include --- guessing the lack of this is why - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add #include --- guessing the lack of this is why
Date
Msg-id 20100203032555.68B007541B9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add #include <float.h> --- guessing the lack of this is why Windows
machines are all rejecting isinf() calls in this file.

Modified Files:
--------------
    pgsql/src/interfaces/ecpg/ecpglib:
        execute.c (r1.91 -> r1.92)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/execute.c?r1=1.91&r2=1.92)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix timing-sensitive regression test result I just created :-(
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get