Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd6b2f41

Browse files
committed
need float.h under FreeBSD for DBL_MIN
1 parent87bc5db commitd6b2f41

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎src/backend/utils/adt/nabstime.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.17 1997/03/25 08:09:35 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.18 1997/03/26 03:02:15 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
1414
#include<stdio.h>
1515
#include<ctype.h>
1616
#include<string.h>
1717
#include<sys/types.h>
18+
#ifdefHAVE_FLOAT_H
19+
# include<float.h>
20+
#endif
1821

1922
#include"postgres.h"
2023
#include<miscadmin.h>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp