8000
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 18518c0 commit d289291Copy full SHA for d289291
src/backend/utils/adt/datetime.c
@@ -7,14 +7,17 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.2 1997/04/02 18:33:22 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.3 1997/04/04 08:55:29 scrappy Exp $
11
12
*-------------------------------------------------------------------------
13
*/
14
#include <stdio.h> /* for sprintf() */
15
#include <string.h>
16
17
#include "postgres.h"
18
+#ifdef HAVE_FLOAT_H
19
+#include <float.h>
20
+#endif
21
#include "miscadmin.h"
22
#include "utils/builtins.h"
23
#include "utils/nabstime.h"
0 commit comments