Re: [PATCH] Implement uuid_version()
José Luis Tallón <jltallon@adv-solutions.net>
From: Jose Luis Tallon <jltallon@adv-solutions.net>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
Alvaro Herrera <alvherre@2ndquadrant.com>, Tom Lane <tgl@sss.pgh.pa.us>
Cc: Fabien COELHO <coelho@cri.ensmp.fr>,
pgsql-hackers <pgsql-hackers@postgresql.org>,
Andres Freund <andres@anarazel.de>, Robert Haas <robertmhaas@gmail.com>,
David Fetter <david@fetter.org>
Date: 2019-07-05T11:35:58Z
Lists: pgsql-hackers
On 5/7/19 11:00, Peter Eisentraut wrote: > On 2019-07-05 00:08, Jose Luis Tallon wrote: >> On 4/7/19 17:30, Alvaro Herrera wrote: >>> On 2019-Jul-04, Tom Lane wrote: >>> >>>> A possible option 3 is to keep the function in pgcrypto but change >>>> its C code to call the core code. > Updated patch with this change included. Great, thanks!
Commits
-
Add gen_random_uuid function
- 5925e5549890 13.0 landed
-
Add a 64-bit hash function for type hstore.
- eb6f29141bed 12.0 cited