Re: Increase of buffers usage count by bgwriter

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Increase of buffers usage count by bgwriter
Дата
Msg-id 22389.1130432952@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Increase of buffers usage count by bgwriter  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I wrote:
> ITAGAKI Takahiro <itagaki.takahiro@lab.ntt.co.jp> writes:
>> I found that bgwriter increments usage count of buffers when it writes
>> the buffers. I feel this behavior is strange, because the behavior of
>> bgwriter will affect buffer management strategy.

> I think it might be sufficient to not increment usage_count when
> UnpinBuffer's "trashOK" parameter is false --- that's what
> SyncOneBuffer passes, so it'd fix the issue for bgwriter activity,
> and arguably all the other call sites that pass false also don't
> want the count to increment.

I've committed a change along this line.  Thanks for the suggestion!
        regards, tom lane


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Test settings in postgresql.conf.sample in beta4
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Ideas for easier debugging of backend problems