Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 02d83c4

Browse files
committed
Add include for float.h.
1 parent 5c25d60 commit 02d83c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/utils/adt/formatting.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
21
/* -----------------------------------------------------------------------
32
* formatting.c
43
*
5-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/formatting.c,v 1.1 2000/01/25 23:53:51 momjian Exp $
4+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/formatting.c,v 1.2 2000/01/26 06:33:49 momjian Exp $
65
*
76
* TO_CHAR(); TO_DATETIME(); TO_DATE(); TO_NUMBER();
87
*
@@ -61,6 +60,7 @@
6160
#include <unistd.h>
6261
#include <locale.h>
6362
#include <math.h>
63+
#include <float.h>
6464

6565
#include "postgres.h"
6666
#include "utils/builtins.h"

0 commit comments

Comments
 (0)