Re: Bug #514: Backend crashes periodically - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug #514: Backend crashes periodically
Date
Msg-id 737.1005537188@sss.pgh.pa.us
Whole thread Raw
In response to Re: Bug #514: Backend crashes periodically  (Warren Volz <wrv@po.cwru.edu>)
Responses Re: Bug #514: Backend crashes periodically  (Warren Volz <wrv@po.cwru.edu>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: 7.2 doc comments
Next
From: Warren Volz
Date:
Subject: Re: Bug #514: Backend crashes periodically