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 3723.987967808@sss.pgh.pa.us
Whole thread Raw
In response to Re: An statement causes postmaster to die  (Sean Kelly <lists@shortestpath.org>)
List pgsql-bugs
Sean Kelly <lists@shortestpath.org> writes:
> (gdb) bt
> #0  0x8115eb2 in ri_BuildQueryKeyFull ()
> #1  0x8115dc2 in RI_FKey_keyequal_upd ()

Ah, you're probably running into the 7.0 bug about not coping gracefully
when the referenced table for a foreign key constraint has been dropped
or renamed.  This is repaired in 7.0.3, at least to the extent that you
get an error message instead of a crash.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Sean Kelly
Date:
Subject: Re: An statement causes postmaster to die
Next
From: "Rainer Mager"
Date:
Subject: RE: 7.0.3 dumps aren't accessible via JDBC in 7.1