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

Commit5b63c6b

Browse files
committed
include float.h *after* postgres.h :(
1 parent3be7ecb commit5b63c6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.18 1997/03/26 03:02:15 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.19 1997/03/26 03:14:37 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
2118

2219
#include"postgres.h"
2320
#include<miscadmin.h>
21+
#ifdefHAVE_FLOAT_H
22+
# include<float.h>
23+
#endif
2424
#ifndefUSE_POSIX_TIME
2525
#include<sys/timeb.h>
2626
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp