Re: [PATCH] kNN for SP-GiST
David Steele <david@pgmasters.net>
From: David Steele <david@pgmasters.net>
To: Nikita Glukhov <n.gluhov@postgrespro.ru>
Cc: Alexander Korotkov <a.korotkov@postgrespro.ru>,
PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2017-03-24T14:21:47Z
Lists: pgsql-hackers
On 3/21/17 11:45 AM, David Steele wrote: > Hi Nikita, > > On 3/9/17 8:52 AM, Alexander Korotkov wrote: >> >> I take a look to this patchset. My first notes are following. > > This thread has been idle for quite a while. Please respond and/or post > a new patch by 2017-03-24 00:00 AoE (UTC-12) or this submission will be > marked "Returned with Feedback". This submission has been marked "Returned with Feedback". Please feel free to resubmit to a future commitfest. Regards, -- -David david@pgmasters.net
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