From: | Matheus de Oliveira <matioli(dot)matheus(at)gmail(dot)com> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | [PATCH] btree_gin, add support for uuid, bool, name, bpchar and anyrange types |
Date: | 2018-02-20 14:34:47 |
Message-ID: | CAJghg4LMJf6Z13fnZD-MBNiGxzd0cA2=F3TDjNkX3eQH58hktQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | Postg사설 토토 사이트SQL |
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
Attachment | Content-Type | Size |
---|---|---|
btree_gin-new-types.v1.patch | text/x-patch | 38.8 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2018-02-20 14:45:48 | Re: committing inside cursor loop |
Previous Message | Craig Ringer | 2018-02-20 14:25:02 | Re: [bug fix] Produce a crash dump before main() on Windows |