Re: Question about explain of index scan

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Question about explain of index scan
Дата
Msg-id 14337.1125673404@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Question about explain of index scan  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: Question about explain of index scan  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Re: Question about explain of index scan  (Hannu Krosing <hannu@skype.net>)
Список pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> I wonder why we don't support more operators on Xid, so these things are
> avoided?  Right now we only have =, AFAIR.

I once started to make a btree opclass for XID, and stopped when it
occurred to me that XID comparison doesn't obey the transitive law.
btree won't like that...
        regards, tom lane


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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Proof of concept COLLATE support with patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Call for 7.5 feature completion