Re: An statement causes postmaster to die

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sean Kelly <lists(at)shortestpath(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: An statement causes postmaster to die
Date: 2001-04-22 19:30:08
Message-ID: 3723.987967808@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Sean Kelly <lists(at)shortestpath(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Palle Girgensohn 2001-04-22 22:05:20 select a.name ... union select a.name ... order by a.name fails in 7.1
Previous Message Sean Kelly 2001-04-22 16:31:12 Re: An statement causes postmaster to die