Re: An statement causes postmaster to die

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: An statement causes postmaster to die
Дата
Msg-id 3723.987967808@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: An statement causes postmaster to die  (Sean Kelly <lists@shortestpath.org>)
Список 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 по дате отправления:

Предыдущее
От: Sean Kelly
Дата:
Сообщение: Re: An statement causes postmaster to die
Следующее
От: "Rainer Mager"
Дата:
Сообщение: RE: 7.0.3 dumps aren't accessible via JDBC in 7.1