Re: [HACKERS] [PATCH] kNN for SP-GiST
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Nikita Glukhov <n.gluhov@postgrespro.ru>
Cc: Alexander Korotkov <a.korotkov@postgrespro.ru>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2018-03-02T06:35:48Z
Lists: pgsql-hackers
Hi, On 2018-03-01 00:58:42 +0300, Nikita Glukhov wrote: > Attached 3rd version of kNN for SP-GiST. Given that this was submitted to the last v11 CF, after not being developed for a year, I think it's unfortunately too late for v11. As we should be concentrating on getting things into v11, I think it'd be appropriate to move this to the next CF. Greetings, Andres Freund
Commits
-
Remove extra usage of BoxPGetDatum() macro
- 0f6459589494 12.0 landed
-
Add support for nearest-neighbor (KNN) searches to SP-GiST
- 2a6368343ff4 12.0 landed