Re: Review: GiST support for UUIDs - Mailing list pgsql-hackers

From Paul A Jungwirth
Subject Re: Review: GiST support for UUIDs
Date
Msg-id CA+renyVWH2NMWejxDLxMeTeC2cdazKfDsGLHohYs6r-XDeY-Qw@mail.gmail.com
Whole thread Raw
In response to Re: Review: GiST support for UUIDs  (Paul Jungwirth <pj@illuminatedcomputing.com>)
List pgsql-hackers
On Fri, Feb 5, 2016 at 4:45 PM, Paul Jungwirth
<pj@illuminatedcomputing.com> wrote:
> On 12/25/2015 03:23 AM, Ildus Kurbangaliev wrote:
>> Thank you for review. Fixed.
> Just wanted to follow up on this and see about getting it added to the next
> commitfest. It looks like Iluds's latest patch (btree_gist_uuid_5.patch)
> doesn't appear on the commitfest page here:
> https://commitfest.postgresql.org/7/332/

I took the btree_gist_uuid_5.patch file from Ildus and updated it so
it would apply on the latest commit. My version is attached as
btree_gist_uuid_6.patch. Since Tom recently changed the SQL signatures
of a few functions (gbt_*_union and gbt_*_same), I did the same with
the new uuid functions. I'd love to see this get accepted next time
around (in September it looks like)!

Thanks,
Paul

Attachment

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: Assert(LWLockHeldByMeInMode(lock, LW_EXCLUSIVE))
Next
From: Masahiko Sawada
Date:
Subject: Actuall row count of Parallel Seq Scan in EXPLAIN ANALYZE .