Skip to content

Commit

Permalink
Fix compiling for PostgreSQL 10
Browse files Browse the repository at this point in the history
  • Loading branch information
za-arthur committed Nov 13, 2017
1 parent b5f80a4 commit c975d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rum_arr_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
#define DIST_FROM_SML(sml) \
( (sml == 0.0) ? get_float8_infinity() : ((float8) 1) / ((float8) (sml)) )

#if PG_VERSION_NUM <= 100000
#if PG_VERSION_NUM < 110000
#define HASHSTANDARD_PROC HASHPROC
#endif

Expand Down

0 comments on commit c975d3c

Please sign in to comment.