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

Commit86dbbf2

Browse files
committed
Put back <float.h> in a few files that need it for _isnan().
Further fallout from commitc29aff9: there are some files that need<float.h>, and were getting it from datatype/timestamp.h, but it was notapparent in my (tgl's) testing because the requirement for <float.h>exists only on certain Windows toolchains.Report and patch by David Rowley.Discussion:https://postgr.es/m/CAKJS1f-BHceaFzZScFapDV48gUVM2CAOBfhkgffdqXzFb+kwew@mail.gmail.com
1 parentf9b1a0d commit86dbbf2

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

‎src/backend/access/gist/gistproc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
*/
1818
#include"postgres.h"
1919

20+
#include<float.h>
2021
#include<math.h>
2122

2223
#include"access/gist.h"

‎src/backend/access/gist/gistutil.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*/
1414
#include"postgres.h"
1515

16+
#include<float.h>
1617
#include<math.h>
1718

1819
#include"access/gist_private.h"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
*/
1515
#include"postgres.h"
1616

17+
#include<float.h>
1718
#include<math.h>
1819

1920
#include"catalog/pg_aggregate.h"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
#include"postgres.h"
9999

100100
#include<ctype.h>
101+
#include<float.h>
101102
#include<math.h>
102103

103104
#include"access/gin.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp