Re: crash with assertions and WAL_DEBUG

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: crash with assertions and WAL_DEBUG
Дата
Msg-id 20140614205312.GW18688@eldon.alvh.no-ip.org
обсуждение исходный текст
Ответ на crash with assertions and WAL_DEBUG  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: crash with assertions and WAL_DEBUG
Список pgsql-hackers
Alvaro Herrera wrote:
> I noticed that HEAD crashes at startup with assertions disabled and
> WAL_DEBUG turned on:

> I'm using an interim fix by excepting the startup process (see attached
> patch), like the current code does for checkpointer, but I guess a more
> robust solution should be sought.

Spoke too soon.  This also causes trouble when any process inserts an
xlog record and tries to print it, of course, not just startup.

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



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: UPDATE SET (a,b,c) = (SELECT ...) versus rules
Следующее
От: Tom Lane
Дата:
Сообщение: Re: crash with assertions and WAL_DEBUG