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 313ed1e commit d752754Copy full SHA for d752754
src/interfaces/ecpg/pgtypeslib/timestamp.c
@@ -1,6 +1,8 @@
1
#include "postgres_fe.h"
2
+
3
#include <time.h>
4
#include <float.h>
5
+#include <limits.h>
6
#include <math.h>
7
8
#ifdef __FAST_MATH__
0 commit comments