Re: Geometric Elimination

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Geometric Elimination
Дата
Msg-id 3726.1250865666@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Geometric Elimination  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-hackers
Martijn van Oosterhout <kleptog@svana.org> writes:
> If you want index support, you need to go the whole way, and setup an
> appropriate operator class for (box,point).

No, I think he's doing the right thing by adding these cross-type
operators "loose" in the opfamily.  An operator class is the subset
of an opfamily that's *essential* to the functioning of an index
on a particular datatype, and cross-type ops almost by definition
are not that.  I suspect the missing piece is to add cases to the
relevant consistent() function(s).
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: GRANT ON ALL IN schema
Следующее
От: Tom Lane
Дата:
Сообщение: Re: UPDATE ... SET (a, b, c) = (expr)