Re: Support getrandom() for pg_strong_random() source
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Jacob Champion <jacob.champion@enterprisedb.com>
Cc: Masahiko Sawada <sawada.mshk@gmail.com>, Peter Eisentraut <peter@eisentraut.org>, Daniel Gustafsson <daniel@yesql.se>, Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-08-18T23:17:29Z
Lists: pgsql-hackers
On Mon, Aug 18, 2025 at 08:38:25AM -0700, Jacob Champion wrote: > - Need for safety in virtualized environments > - ...? Interesting. What do you mean by this point? Isolation of the random computations on a VM/container basis even if these are originally from the same host? -- Michael