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

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: [PATCH] btree_gin, add support for uuid, bool, name, bpchar andanyrange types
Дата
Msg-id 62067d82-a45e-c5b2-96a9-4b9f76365a23@sigaev.ru
обсуждение исходный текст
Ответ на Re: [PATCH] btree_gin, add support for uuid, bool, name, bpchar andanyrange types  (Matheus de Oliveira <matioli.matheus@gmail.com>)
Ответы Re: [PATCH] btree_gin, add support for uuid, bool, name, bpchar andanyrange types  (Matheus de Oliveira <matioli.matheus@gmail.com>)
Список pgsql-hackers
Thanks to everyone, first patch is pushed.

Range opclass seems unusable because comparing function is close to dummy and 
BTree opclass is only useful to implement unique check constraint. So, for range 
it should different index structure to be useful.

Matheus de Oliveira wrote:
> 
> 
> On Thu, Apr 5, 2018 at 8:16 AM, Teodor Sigaev <teodor@sigaev.ru 
> <mailto:teodor@sigaev.ru>> wrote:
> 
>     somehow you missed some parts in 0001 patch, at least regression tests fail:
> 
>        CREATE EXTENSION btree_gin;
>     + ERROR:  could not find function "gin_extract_value_uuid" in file
>     "/usr/local/pgsql/lib/btree_gin.so"
> 
> 
> Ouch... My fault, filterdiff is acting weird for some reason...
> 
> Here is the corrected versions... I tested here applying on a clean master just 
> to be sure, all looks good.
> 
> Very sorry about that mess. I hope it can get in v11, it is a patch so simple, 
> but so useful for many people.
> 
> Best regards,
> -- 
> Matheus de Oliveira
> 
> 

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [HACKERS] MERGE SQL Statement for PG11
Следующее
От: Tom Lane
Дата:
Сообщение: Re: WIP: a way forward on bootstrap data