Re: [PATCH] Implement uuid_version()
José Luis Tallón <jltallon@adv-solutions.net>
From: Jose Luis Tallon <jltallon@adv-solutions.net>
To: Alvaro Herrera <alvherre@2ndquadrant.com>, Tom Lane <tgl@sss.pgh.pa.us>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
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-04T22:08:16Z
Lists: pgsql-hackers
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. > This seems most reasonable, and is what José Luis proposed upthread. We > don't have to bump the pgcrypto extension version, as nothing changes > for pgcrypto externally. Yes, indeed. ...which means I get another todo item if nobody else volunteers :) Thanks! / J.L.
Commits
-
Add gen_random_uuid function
- 5925e5549890 13.0 landed
-
Add a 64-bit hash function for type hstore.
- eb6f29141bed 12.0 cited