Commit 45c88a55 authored by Tom Lane's avatar Tom Lane

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

machines are all rejecting isinf() calls in this file.
parent 98e31455
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/execute.c,v 1.91 2010/02/02 16:09:11 meskes Exp $ */
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/execute.c,v 1.92 2010/02/03 03:25:55 tgl Exp $ */
/*
* The aim is to get a simpler inteface to the database routines.
......@@ -17,6 +17,7 @@
#include "postgres_fe.h"
#include <locale.h>
#include <float.h>
#include <math.h>
#include "pg_type.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment