Re: Fwd: Postgres update

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fwd: Postgres update
Дата
Msg-id 9609.964885746@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: Fwd: Postgres update  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Список pgsql-hackers
"Hiroshi Inoue" <Inoue@tpf.co.jp> writes:
> However,BM_DIRTY+BM_IO_ERROR buffers seems to have to be
> excluded from freelist of buffers.  Then IO errors would be limited
> to backends which really need to update the buffers.

Good idea, that will prevent unrelated transactions from getting in
trouble by trying to flush and re-use the buffer.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Inprise InterBase(R) 6.0 Now Free and Open Source
Следующее
От: Tom Lane
Дата:
Сообщение: Re: bufmgr and smgr don't talk to each other, apparently