Re: PG 10: could not generate random cancel key

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: PG 10: could not generate random cancel key
Дата
Msg-id 20180717172748.mh5snsc2gn42qfed@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: PG 10: could not generate random cancel key  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: PG 10: could not generate random cancel key  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On 2018-Jul-17, Robert Haas wrote:

> 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.

What loop?

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: chained transactions
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Vacuum: allow usage of more than 1GB of work mem