Add uuid to the set of types supported by contrib/btree_gist.
Tom Lane <tgl@sss.pgh.pa.us>
Add uuid to the set of types supported by contrib/btree_gist. Paul Jungwirth, reviewed and hacked on by Teodor Sigaev, Ildus Kurbangaliev, Adam Brusselback, Chris Bandy, and myself. Discussion: https://postgr.es/m/CA+renyUEE29=X01JXdz8_TQvo6n9=2XoEBBRnQ8rkLyr+kjPxQ@mail.gmail.com Discussion: https://postgr.es/m/55F6EE82.8080209@sigaev.ru
Files
| Path | Change | +/− |
|---|---|---|
| contrib/btree_gist/btree_gist--1.2--1.3.sql | added | +65 −0 |
| contrib/btree_gist/btree_gist.control | modified | +1 −1 |
| contrib/btree_gist/btree_gist.h | modified | +2 −1 |
| contrib/btree_gist/btree_uuid.c | added | +238 −0 |
| contrib/btree_gist/data/uuid.data | added | +703 −0 |
| contrib/btree_gist/expected/uuid.out | added | +66 −0 |
| contrib/btree_gist/Makefile | modified | +4 −4 |
| contrib/btree_gist/sql/uuid.sql | added | +31 −0 |
| doc/src/sgml/btree-gist.sgml | modified | +5 −3 |
| src/backend/utils/adt/uuid.c | modified | +0 −9 |
| src/include/utils/uuid.h | modified | +5 −3 |
Documentation touched
Discussion
- Review: GiST support for UUIDs 15 messages · 2015-09-14 → 2016-06-20
- GiST support for UUIDs 13 messages · 2015-06-24 → 2016-11-30