Re: crash with assertions and WAL_DEBUG

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: crash with assertions and WAL_DEBUG
Дата
Msg-id 11286.1402779453@sss.pgh.pa.us
обсуждение исходный текст
Ответ на crash with assertions and WAL_DEBUG  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: crash with assertions and WAL_DEBUG
Список pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> I noticed that HEAD crashes at startup with assertions disabled and
> WAL_DEBUG turned on:

I'm beginning to think we're going to have to give up on that
no-pallocs-in-critical-sections Assert.  It was useful to catch
unnecessarily-dangerous allocations in mainline cases, but getting rid
of every last corner-case palloc is looking to be, if not impossible,
at least a lot more trouble than it is worth.
        regards, tom lane



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: crash with assertions and WAL_DEBUG
Следующее
От: Andres Freund
Дата:
Сообщение: Re: crash with assertions and WAL_DEBUG