We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e3145 commit 45c88a5Copy full SHA for 45c88a5
src/interfaces/ecpg/ecpglib/execute.c
@@ -1,4 +1,4 @@
1
-/* $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 $ */
2
3
/*
4
* The aim is to get a simpler inteface to the database routines.
@@ -17,6 +17,7 @@
17
#include "postgres_fe.h"
18
19
#include <locale.h>
20
+#include <float.h>
21
#include <math.h>
22
23
#include "pg_type.h"
0 commit comments