Re: PG 10: could not generate random cancel key

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: PG 10: could not generate random cancel key
Дата
Msg-id CA+TgmobdaMTZMzAycGLdyMYX81q5K=_xZ3ZipnYd3kAzt7wG-w@mail.gmail.com
обсуждение исходный текст
Ответ на PG 10: could not generate random cancel key  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Ответы Re: PG 10: could not generate random cancel key  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
On Tue, Jul 17, 2018 at 8:33 AM, Dean Rasheed <dean.a.rasheed@gmail.com> wrote:
> if (RAND_status() == 0)
>     RAND_poll();

Looks like a recipe for an infinite loop.  At least, I think we ought
to have a CHECK_FOR_INTERRUPTS() in that loop.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Allow auto_explain to log to NOTICE
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: chained transactions