On Thu, Aug 30, 2018 at 3:57 PM Alexander Korotkov <
a.korot...@postgrespro.ru> wrote:

> Generally patch looks close to committable shape for me.  I'm going to
> revise code and documentation again, split it up, and then propose to
> commit.
>

I've revised this patch again.  This revision includes a lot of code
beautification, adjustments to comments and documentation.  Also, after
reviewing bug fix [1] I found that we don't need separate memory context
for queue.  traversalCxt looks perfectly fine for that purpose, because
there it's single scan lifetime.  Also, it appears to me that it's OK to be
a single patch: besides KNN SP-GiST and opclasses it contains only
extraction of few common function between GiST and SP-GiST.

So, I'm going to commit this if no objections.

Links.
1.
https://www.postgresql.org/message-id/flat/153663176628.23136.11901365223750051490%40wrigleys.postgresql.org

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Attachment: knn-spgist-v9.patch
Description: Binary data

Reply via email to