Re: [PATCH] btree_gin, add support for uuid, bool, name, bpchar and anyrange types
Matheus de Oliveira <matioli.matheus@gmail.com>
From: Matheus de Oliveira <matioli.matheus@gmail.com>
To: Teodor Sigaev <teodor@sigaev.ru>
Cc: Tomas Vondra <tomas.vondra@2ndquadrant.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2018-04-05T21:23:39Z
Lists: pgsql-hackers
On Thu, Apr 5, 2018 at 12:23 PM, Teodor Sigaev <teodor@sigaev.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
Commits
-
Add support of bool, bpchar, name and uuid to btree_gin
- f4cd7102b5a6 11.0 landed