[COMMITTERS] pgsql: Reset OpenSSL randomness state in each postmaster child process.

2013-03-27 Thread Tom Lane
Reset OpenSSL randomness state in each postmaster child process. Previously, if the postmaster initialized OpenSSL's PRNG (which it will do when ssl=on in postgresql.conf), the same pseudo-random state would be inherited by each forked child process. The problem is masked to a considerable extent

[COMMITTERS] pgsql: Reset OpenSSL randomness state in each postmaster child process.

2013-03-27 Thread Tom Lane
Reset OpenSSL randomness state in each postmaster child process. Previously, if the postmaster initialized OpenSSL's PRNG (which it will do when ssl=on in postgresql.conf), the same pseudo-random state would be inherited by each forked child process. The problem is masked to a considerable extent

[COMMITTERS] pgsql: Reset OpenSSL randomness state in each postmaster child process.

2013-03-27 Thread Tom Lane
Reset OpenSSL randomness state in each postmaster child process. Previously, if the postmaster initialized OpenSSL's PRNG (which it will do when ssl=on in postgresql.conf), the same pseudo-random state would be inherited by each forked child process. The problem is masked to a considerable extent

[COMMITTERS] pgsql: Reset OpenSSL randomness state in each postmaster child process.

2013-03-27 Thread Tom Lane
Reset OpenSSL randomness state in each postmaster child process. Previously, if the postmaster initialized OpenSSL's PRNG (which it will do when ssl=on in postgresql.conf), the same pseudo-random state would be inherited by each forked child process. The problem is masked to a considerable extent

[COMMITTERS] pgsql: Reset OpenSSL randomness state in each postmaster child process.

2013-03-27 Thread Tom Lane
Reset OpenSSL randomness state in each postmaster child process. Previously, if the postmaster initialized OpenSSL's PRNG (which it will do when ssl=on in postgresql.conf), the same pseudo-random state would be inherited by each forked child process. The problem is masked to a considerable extent