Re: rand48 replacement
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Fabien COELHO <coelho@cri.ensmp.fr>
Cc: Aleksander Alekseev <aleksander@timescale.com>,
PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2021-07-01T16:20:41Z
Lists: pgsql-hackers
Although this patch is marked RFC, the cfbot shows it doesn't even compile on Windows. I think you missed updating Mkvcbuild.pm. regards, tom lane
Commits
-
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
- 3804539e48e7 15.0 landed