Re: Move OpenSSL random under USE_OPENSSL_RANDOM
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Michael Paquier <michael@paquier.xyz>
Cc: Magnus Hagander <magnus@hagander.net>,
Tom Lane <tgl@sss.pgh.pa.us>,
Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-11-20T09:26:43Z
Lists: pgsql-hackers
> On 20 Nov 2020, at 03:31, Michael Paquier <michael@paquier.xyz> wrote > pg_strong_random.c needs a pgindent run, there are two inconsistent > diffs. Looks fine except for those nits. Agreed, this is the least complicated (and most readable) we can make this file, especially if we add more providers. +1. cheers ./daniel
Commits
-
Remove ability to independently select random number generator
- 16f96c74d48e 14.0 landed
-
Add pg_strong_random_init function to initialize random number generator
- 5ee180a39470 14.0 landed