]> granicus.if.org Git - postgresql/commit
Fix thinko in in_range_float4_float8.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 24 Feb 2018 19:46:37 +0000 (14:46 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 24 Feb 2018 19:46:37 +0000 (14:46 -0500)
commit32291aed494d425a548e45b3b6ad95f9d5c94e67
treeb0dca07f33915643ff3b66442585ea56c73d0be3
parent8b29e88cdce17705f0b2c43e50219ce1d7d2f603
Fix thinko in in_range_float4_float8.

I forgot the coding rule for correct use of Float8GetDatumFast.
Per buildfarm.
src/backend/utils/adt/float.c