Skip to content

Commit c975d3c

Browse files
committed
Fix compiling for PostgreSQL 10
1 parent b5f80a4 commit c975d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rum_arr_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
#define DIST_FROM_SML(sml) \
7373
( (sml == 0.0) ? get_float8_infinity() : ((float8) 1) / ((float8) (sml)) )
7474

75-
#if PG_VERSION_NUM <= 100000
75+
#if PG_VERSION_NUM < 110000
7676
#define HASHSTANDARD_PROC HASHPROC
7777
#endif
7878

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