Re: KNNGiST for knn-search (WIP) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: KNNGiST for knn-search (WIP)
Date
Msg-id 269.1259340444@sss.pgh.pa.us
Whole thread Raw
In response to Re: KNNGiST for knn-search (WIP)  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-hackers
Teodor Sigaev <teodor@sigaev.ru> writes:
> Do you suggest to construct that clauses from pathkey representation? And append 
>   constructed clauses to indexquals in create_indexscan_plan?

I'd probably have to read the patch to make any intelligent suggestions
... and right now I'm busy with patches that are already in the
commitfest.  But usually it's a good idea to postpone work to createplan
time if you can.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: KNNGiST for knn-search (WIP)
Next
From: Tom Lane
Date:
Subject: Re: Writeable CTE patch