Add support of bool, bpchar, name and uuid to btree_gin
Teodor Sigaev <teodor@sigaev.ru>
Add support of bool, bpchar, name and uuid to btree_gin Mostly for completeness, but I believe there are cases to use that in multicolumn GIN indexes. Bump btree_gin module version Author: Matheus Oliveira Reviewed by: Tomas Vondra Discussion: https://www.postgresql.org/message-id/flat/CAJghg4LMJf6Z13fnZD-MBNiGxzd0cA2=F3TDjNkX3eQH58hktQ@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| contrib/btree_gin/btree_gin--1.2--1.3.sql | added | +128 −0 |
| contrib/btree_gin/btree_gin.c | modified | +30 −1 |
| contrib/btree_gin/btree_gin.control | modified | +1 −1 |
| contrib/btree_gin/expected/bool.out | added | +119 −0 |
| contrib/btree_gin/expected/bpchar.out | added | +109 −0 |
| contrib/btree_gin/expected/name.out | added | +97 −0 |
| contrib/btree_gin/expected/uuid.out | added | +104 −0 |
| contrib/btree_gin/Makefile | modified | +2 −2 |
| contrib/btree_gin/sql/bool.sql | added | +27 −0 |
| contrib/btree_gin/sql/bpchar.sql | added | +22 −0 |
| contrib/btree_gin/sql/name.sql | added | +21 −0 |
| contrib/btree_gin/sql/uuid.sql | added | +28 −0 |
| doc/src/sgml/btree-gin.sgml | modified | +2 −1 |
Documentation touched
Discussion
- [PATCH] btree_gin, add support for uuid, bool, name, bpchar and anyrange types 12 messages · 2018-02-20 → 2018-04-05