Re: Decouple operator classes from index access methods

Поиск
Список
Период
Сортировка
От Emre Hasegeli
Тема Re: Decouple operator classes from index access methods
Дата
Msg-id CAE2gYzxEsKntCNGC3XeAzKnQNgNLy=2kEPxu=ax85056gGnS-g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Decouple operator classes from index access methods  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> I can see some value perhaps in letting other opclasses refer to
> btree and hash opclasses rather than duplicating their entries.
> But that doesn't seem to be what you're proposing here.

That's what I am proposing.  My idea is to change the current btree
and hash opclasses to be under the new proposed access methods so
btree, hash, and any other index access method can refer to them.



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Assertion failure in HEAD and 13 after calling COMMIT in a stored proc
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: [HACKERS] WIP aPatch: Pgbench Serialization and deadlock errors