Re: An statement causes postmaster to die

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: An statement causes postmaster to die
Дата
Msg-id 27961.987956272@sss.pgh.pa.us
обсуждение исходный текст
Ответ на An statement causes postmaster to die  (pgsql-bugs@postgresql.org)
Ответы Re: An statement causes postmaster to die  (Sean Kelly <lists@shortestpath.org>)
Re: An statement causes postmaster to die  (Sean Kelly <lists@shortestpath.org>)
Список pgsql-bugs
Sean Kelly (lists@shortestpath.org) writes:
> isp=> update domain_tbl set max_email='15' where domain='test.domain';
> pqReadData() -- backend closed the channel unexpectedly.

Can't tell much of anything from this.  Can you provide a gdb backtrace
from the corefile that the failed backend presumably left?  It should be
in $PGDATA/base/isp/core.

If you don't see a corefile there, you may need to restart the
postmaster with "ulimit -c unlimited" to allow core dumping.

            regards, tom lane

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: An statement causes postmaster to die
Следующее
От: Sean Kelly
Дата:
Сообщение: Re: An statement causes postmaster to die