| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi> |
| Subject: | Removing --disable-strong-random from the code |
| Date: | 2018-12-30 06:32:19 |
| Message-ID: | 20181230063219.GG608@paquier.xyz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi all
As mentioned here, there has been a discussion about $subject and the
fact that it may be rather useless:
https://www.postgresql.org/message-id/21150.1546010167@sss.pgh.pa.us
--disable-strong-random is also untested in the buildfarm.
Attached is a patch to clean up the code, which removes all the code
specific to random generation for backends (no more shmem code paths
and such), as well as the pg_frontend_random() and
pg_backend_random(). Thoughts or opinions?
Thanks,
--
Michael
| Attachment | Content-Type | Size |
|---|---|---|
| disable-strong-random-remove-v1.patch | text/x-diff | 30.9 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2018-12-30 06:45:42 | Re: Removing --disable-strong-random from the code |
| Previous Message | Michael Paquier | 2018-12-30 06:25:43 | Re: Garbage contents after running autoconf 2.69 |