Re: An statement causes postmaster to die - Mailing list pgsql-bugs

From Tom Lane
Subject Re: An statement causes postmaster to die
Date
Msg-id 27961.987956272@sss.pgh.pa.us
Whole thread Raw
In response to An statement causes postmaster to die  (pgsql-bugs@postgresql.org)
Responses Re: An statement causes postmaster to die
Re: An statement causes postmaster to die
List 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 by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: An statement causes postmaster to die
Next
From: Sean Kelly
Date:
Subject: Re: An statement causes postmaster to die