Re: GiST support for UUIDs
Adam Brusselback <adambrusselback@gmail.com>
From: Adam Brusselback <adambrusselback@gmail.com>
To: Michael Paquier <michael.paquier@gmail.com>
Cc: Paul A Jungwirth <pj@illuminatedcomputing.com>,
Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2016-11-01T16:49:42Z
Lists: pgsql-hackers
Attachments
- btree_gist_uuid_7.patch (application/octet-stream) patch
So I apologize in advance if I didn't follow the processes exactly, I was going to attempt to review this to move it along, but ran into issues applying the patch cleanly to master. I fixed the issues I was having applying it, and created a new patch (attached). Managed to test it out after I got it applied, and it is working as expected for exclusion constraints, as well as normal indexes. This test was performed on Windows 10 (64 bit), and Postgres was compiled using MSYS2.
Commits
-
Test all contrib-created operator classes with amvalidate.
- ade49c605f1d 10.0 landed
-
Add uuid to the set of types supported by contrib/btree_gist.
- 11da83a0e70d 10.0 landed
-
Allow CREATE EXTENSION to follow extension update paths.
- 40b449ae84dc 10.0 cited