Fix thinko in in_range_float4_float8.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 32291aed494d425a548e45b3b6ad95f9d5c94e67
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2018-02-24T19:46:37Z
Releases: 11.0
Fix thinko in in_range_float4_float8.

I forgot the coding rule for correct use of Float8GetDatumFast.
Per buildfarm.

Files

PathChange+/−
src/backend/utils/adt/float.c modified +5 −2