Re: [PATCH] btree_gin, add support for uuid, bool, name, bpchar andanyrange types - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: [PATCH] btree_gin, add support for uuid, bool, name, bpchar andanyrange types
Date
Msg-id 62067d82-a45e-c5b2-96a9-4b9f76365a23@sigaev.ru
Whole thread Raw
In response to Re: [PATCH] btree_gin, add support for uuid, bool, name, bpchar andanyrange types  (Matheus de Oliveira <matioli.matheus@gmail.com>)
Responses Re: [PATCH] btree_gin, add support for uuid, bool, name, bpchar andanyrange types  (Matheus de Oliveira <matioli.matheus@gmail.com>)
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [HACKERS] MERGE SQL Statement for PG11
Next
From: Tom Lane
Date:
Subject: Re: WIP: a way forward on bootstrap data