Re: BTree tid operators and opclass

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BTree tid operators and opclass
Дата
Msg-id 7843.1153515198@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BTree tid operators and opclass  (Greg Stark <gsstark@mit.edu>)
Список pgsql-patches
Greg Stark <gsstark@mit.edu> writes:
> Here's a small patch to add the full suite of btree operators for tids
> and the corresponding btree opclass.

Having just felt a need for MAX(tid) and MIN(tid) to look into a
performance issue, I went ahead and committed this.  I'm aware that
your later patch for online indexes subsumes this, but that didn't
seem ready to apply ...

            regards, tom lane

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

Предыдущее
От: Marko Kreen
Дата:
Сообщение: [PATCH] Provide 8-byte transaction IDs to user level
Следующее
От: Joshua Reich
Дата:
Сообщение: Final version of my cube patch - fixed test cases, added documentation