[PATCH] btree_gin, add support for uuid, bool, name, bpchar andanyrange types

Поиск
Список
Период
Сортировка
От Matheus de Oliveira
Тема [PATCH] btree_gin, add support for uuid, bool, name, bpchar andanyrange types
Дата
Msg-id CAJghg4LMJf6Z13fnZD-MBNiGxzd0cA2=F3TDjNkX3eQH58hktQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: [PATCH] btree_gin, add support for uuid, bool, name, bpchar andanyrange types  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Список pgsql-hackers
Hi all.

Here is a patch to add support for more types on btree_gin.

I was missing UUID type, so I added it. Since I was there, I checked all other built-in types with B-tree but not GIN support, and the remaining list was: uuid, bool, name, bpchar and anyrange (at least ones that seem to make sense to me). So I added support for all of them.

If you have any other type I missed and you wish to have support to, please let me know and I can add it.

Thanks a lot.

Regards,
--
Matheus de Oliveira


Вложения

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: [bug fix] Produce a crash dump before main() on Windows
Следующее
От: Tom Lane
Дата:
Сообщение: Re: committing inside cursor loop