Re: [PATCHES] Important 7.0.* fix to ensure buffers are released

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: [PATCHES] Important 7.0.* fix to ensure buffers are released
Дата
Msg-id 20000906171706A.t-ishii@sra.co.jp
обсуждение исходный текст
Ответы Re: Re: [PATCHES] Important 7.0.* fix to ensure buffers are released
Список pgsql-hackers
[Cc:ed to hackers list]

> "Hiroshi Inoue" <Inoue@tpf.co.jp> writes:
> > One of the reason why we see the bug often in 7.0 seems to be
> > the following change which was applied to temprel.c before 7.0.
> > remove_all_temp_relations() always called AbortOutAnyTransaction()
> > before the change.
> 
> Bingo!  So actually there was an abort-transaction call buried in the
> shutdown process.  I wondered why we didn't see more problems...
> 
> Anyway, I've added an AbortOutOfAnyTransaction() call to postgres.c,
> so the behavior should be more straightforward now.

Are you going to make a back patch for the 7.0 tree?
--
Tatsuo Ishii


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

Предыдущее
От: Chris
Дата:
Сообщение: Tom Lane
Следующее
От: Jules Bean
Дата:
Сообщение: Re: Yet another LIKE-indexing scheme