Skip to content

Commit 0ed4152

Browse files
committed
Silence compiler warning on Windows.
David Rowley.
1 parent 54a2d5b commit 0ed4152

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/backend/utils/adt/arrayfuncs.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
#include "postgres.h"
1616

1717
#include <ctype.h>
18+
#ifdef _MSC_VER
19+
#include <float.h> /* for _isnan */
20+
#endif
1821
#include <math.h>
1922

2023
#include "access/htup_details.h"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy