Re: An statement causes postmaster to die

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: lists@shortestpath.org, pgsql-bugs@postgresql.org
Date: 2001-04-22T16:17:52Z
Lists: 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