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

From: Matheus de Oliveira <matioli(dot)matheus(at)gmail(dot)com>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] btree_gin, add support for uuid, bool, name, bpchar and anyrange types
Date: 2018-04-05 21:23:39
Message-ID: CAJghg4JGQLk4M-zk+zW1UPEfYvyjE-Wzu8Qrk2mwBqThOXR2uA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Apr 5, 2018 at 12:23 PM, Teodor Sigaev <teodor(at)sigaev(dot)ru> wrote:

> 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.
>
>
Makes sense. Better leave it out then ;)

Thanks a lot you all for the hard work and patience with me!

Best regards,
--
Matheus de Oliveira

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2018-04-05 21:32:19 Re: Online enabling of checksums
Previous Message Andres Freund 2018-04-05 21:23:37 Re: Online enabling of checksums