Re: [PATCH] Implement uuid_version()

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Jose Luis Tallon <jltallon(at)adv-solutions(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Robert Haas <robertmhaas(at)gmail(dot)com>, David Fetter <david(at)fetter(dot)org>
Subject: Re: [PATCH] Implement uuid_version()
Date: 2019-07-13 15:19:41
Message-ID: alpine.DEB.2.21.1907131713460.22273@lancre
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hello Jose,

> Considering the later arguments on-list, I plan on submitting a more
> elaborate patchset integrating the feedback received so far, and along the
> following lines:
>
> - uuid type, v4 generation and uuid_version() in core
>
> - Provide a means to rename/supercede extensions keeping backwards
> compatibility (i.e. uuid-ossp -> uuid, keep old code working)
>
> - Miscellaneous other functionality
>
> - Drop "dead" code
>
>   ...but I've tried to keep quiet so as not to disturb too much around
> release time.
>
> I intend to continue working on this in late July, aiming for the following
> commitfest (once more "urgent" patches will have landed)

Ok.

I've changed the patch status for this CF to "moved do next CF", and to
"Waiting on author" there.

The idea is to go on in the same thread when you are ready.

--
Fabien.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2019-07-13 15:22:05 Re: refactoring - share str2*int64 functions
Previous Message Tom Lane 2019-07-13 15:17:32 Re: Check-out mutable functions in check constraints