Re: KNNGiST for knn-search (WIP)
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Teodor Sigaev <teodor@sigaev.ru>
Cc: Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2009-11-27T16:47:24Z
Lists: 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