pgsql: Fix thinko in in_range_float4_float8.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix thinko in in_range_float4_float8.
Date: 2018-02-24 19:46:41
Message-ID: E1epfmL-0004p5-Of@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix thinko in in_range_float4_float8.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/32291aed494d425a548e45b3b6ad95f9d5c94e67

Modified Files
--------------
src/backend/utils/adt/float.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-02-24 19:54:55 pgsql: Add current directory to Perl include path
Previous Message Tom Lane 2018-02-24 18:23:50 pgsql: Add window RANGE support for float4, float8, numeric.