Re: Postgresql 8.4.1 segfault, backtrace

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgresql 8.4.1 segfault, backtrace
Дата
Msg-id 14294.1253862332@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Postgresql 8.4.1 segfault, backtrace  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-bugs
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
> 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?

Actual overrun.  Disabling the catchup interrupt certainly can't
improve that.

(Michael's core dump showed that the failed backend was about 7000 SI
messages behind, where the overrun limit is 4K...)

            regards, tom lane

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Postgresql 8.4.1 segfault, backtrace
Следующее
От: Annita Veneti
Дата:
Сообщение: Re: BUG #5063: MS Access crashes by quiting after linking tables with PostgreSQL