BTree tid operators and opclass

Поиск
Список
Период
Сортировка
От Greg Stark
Тема BTree tid operators and opclass
Дата
Msg-id 87hd1uny7s.fsf@stark.xeocode.com
обсуждение исходный текст
Ответы Re: BTree tid operators and opclass  (Bruce Momjian <bruce@momjian.us>)
Re: BTree tid operators and opclass  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: BTree tid operators and opclass  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Here's a small patch to add the full suite of btree operators for tids and the
corresponding btree opclass. This came up a while back on -hackers and a few
people were interested in it at the time. I just had a need for it again so I
added it.

I'm not sure how to allocate OIDs. I just looked for the greatest one in the
various .h files and started from there. It leads to some strange
discontinuities since there were existing = and <> operators.



--
greg

Вложения

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

Предыдущее
От: Petr Jelinek
Дата:
Сообщение: Re: Client build of MSVC6+ patch
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BTree tid operators and opclass