Re: [PATCH] Implement uuid_version() - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: [PATCH] Implement uuid_version()
Date
Msg-id alpine.DEB.2.21.1907131713460.22273@lancre
Whole thread Raw
In response to Re: [PATCH] Implement uuid_version()  (Jose Luis Tallon <jltallon@adv-solutions.net>)
List 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.

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Check-out mutable functions in check constraints
Next
From: Fabien COELHO
Date:
Subject: Re: refactoring - share str2*int64 functions