Re: Bug #514: Backend crashes periodically

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #514: Backend crashes periodically
Дата
Msg-id 737.1005537188@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bug #514: Backend crashes periodically  (Warren Volz <wrv@po.cwru.edu>)
Ответы Re: Bug #514: Backend crashes periodically
Список pgsql-bugs
Warren Volz <wrv@po.cwru.edu> writes:
> p debug_query_string output:

> $1 = 0x820caa0 "DELETE FROM session WHERE session_key =
> 'bRUjmnqcb5prUNRE.Bb0sq+fZB69dkdVlCAKNBsb'"

BTW, do you have rules or triggers on that table?  The backtrace shows
the system executing a nestloop join, which implies at least a two-table
query, which says that there's more going on than meets the eye here.
It would be useful to see the full schema for this table and any related
tables, as well as an EXPLAIN VERBOSE for the above query.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: 7.2 doc comments
Следующее
От: Warren Volz
Дата:
Сообщение: Re: Bug #514: Backend crashes periodically