pgsql: Fix oversight in backpatch of 6cae9d2c10

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix oversight in backpatch of 6cae9d2c10
Date: 2019-09-19 20:40:31
Message-ID: E1iB3E7-0007jq-QQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix oversight in backpatch of 6cae9d2c10

During backpatch of 6cae9d2c10 Float8GetDatum() was accidentally removed. This
commit turns it back.

Reported-by: Erik Rijkers
Discussion: https://postgr.es/m/6d51305e1159241cabee132f7efc7eff%40xs4all.nl
Author: Tom Lane
Backpatch-through: from 11 to 9.5

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/984b9ba1d119ee59babea515b2ecab70b7b11910

Modified Files
--------------
src/backend/access/gist/gistget.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2019-09-19 20:40:58 pgsql: Fix oversight in backpatch of 6cae9d2c10
Previous Message Alexander Korotkov 2019-09-19 20:31:31 Re: pgsql: Improve handling of NULLs in KNN-GiST and KNN-SP-GiST