Re: [HACKERS] [PATCH] pgcrypto: implement gen_random_uuid

2014-01-17 Thread Tom Lane
Emre Hasegeli writes: > 2014/1/9 Oskari Saarenmaa : >> The only useful feature of the uuid-ossp module in my opinion is the >> uuid_generate_v4 function and as uuid-ossp is more or less abandonware >> people have had trouble building and installing it. This patch implements >> an alternative uuid

Re: [HACKERS] [PATCH] pgcrypto: implement gen_random_uuid

2014-01-17 Thread Emre Hasegeli
2014/1/9 Oskari Saarenmaa : > The only useful feature of the uuid-ossp module in my opinion is the > uuid_generate_v4 function and as uuid-ossp is more or less abandonware > people have had trouble building and installing it. This patch implements > an alternative uuid v4 generation function in pg

[HACKERS] [PATCH] pgcrypto: implement gen_random_uuid

2014-01-09 Thread Oskari Saarenmaa
The only useful feature of the uuid-ossp module in my opinion is the uuid_generate_v4 function and as uuid-ossp is more or less abandonware people have had trouble building and installing it. This patch implements an alternative uuid v4 generation function in pgcrypto which could be moved to c