Thanks to visit codestin.com Credit goes to github.com
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 5c25d60 commit 02d83c4Copy full SHA for 02d83c4
src/backend/utils/adt/formatting.c
@@ -1,8 +1,7 @@
1
-
2
/* -----------------------------------------------------------------------
3
* formatting.c
4
*
5
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/formatting.c,v 1.1 2000/01/25 23:53:51 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/formatting.c,v 1.2 2000/01/26 06:33:49 momjian Exp $
6
7
* TO_CHAR(); TO_DATETIME(); TO_DATE(); TO_NUMBER();
8
@@ -61,6 +60,7 @@
61
60
#include <unistd.h>
62
#include <locale.h>
63
#include <math.h>
+#include <float.h>
64
65
#include "postgres.h"
66
#include "utils/builtins.h"
0 commit comments