Re: knngist - 0.8 - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: knngist - 0.8
Date
Msg-id 4CBDBCA3.6040602@sigaev.ru
Whole thread Raw
In response to Re: knngist - 0.8  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
> combination of parameters is one that it can handle.  I'm thinking
> perhaps in lieu of a boolean, we can add another indexam method which,
> if not InvalidOid, gets called when we're wondering about whether a
> given clause is something that the index can order by.  Although
> knngist focuses on a the ORDER BY col OP constant case, which

Hmm, interesting idea. To be more general, amcanorder (without byop suffix) 
could be eliminated too.
-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From: "A.M."
Date:
Subject: Re: O_DSYNC broken on MacOS X?
Next
From: Tom Lane
Date:
Subject: Re: Extensions, this time with a patch