pgsql: Add #include <float.h> --- guessing the lack of this is why

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add #include <float.h> --- guessing the lack of this is why
Date: 2010-02-03 03:25:55
Message-ID: 20100203032555.68B007541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-02-03 03:53:19 Re: pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get
Previous Message Tom Lane 2010-02-03 03:21:25 pgsql: Fix timing-sensitive regression test result I just created :-(