Re: Postgresql 8.4.1 segfault, backtrace - Mailing list pgsql-bugs

From Heikki Linnakangas
Subject Re: Postgresql 8.4.1 segfault, backtrace
Date
Msg-id 4ABC68E4.9040208@enterprisedb.com
Whole thread Raw
In response to Re: Postgresql 8.4.1 segfault, backtrace  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Postgresql 8.4.1 segfault, backtrace  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Tom Lane wrote:
> 2. By chance, a shared-cache-inval flush comes through while it's doing
> that, causing all non-open, non-nailed relcache entries to be discarded.
> Including, in particular, the one that is "next" according to the
> hash_seq_search's status.

I thought we have catchup interrupts disabled at that point. Where does
the flush come from?

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

pgsql-bugs by date:

Previous
From: "Michael Brown"
Date:
Subject: Re: Postgresql 8.4.1 segfault, backtrace
Next
From: Tom Lane
Date:
Subject: Re: Postgresql 8.4.1 segfault, backtrace