Removing --disable-strong-random from the code

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Removing --disable-strong-random from the code
Дата
Msg-id 20181230063219.GG608@paquier.xyz
обсуждение исходный текст
Ответы Re: Removing --disable-strong-random from the code  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Garbage contents after running autoconf 2.69
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Removing --disable-strong-random from the code