Increase of buffers usage count by bgwriter - Mailing list pgsql-hackers

From ITAGAKI Takahiro
Subject Increase of buffers usage count by bgwriter
Date
Msg-id 20051026133803.495B.ITAGAKI.TAKAHIRO@lab.ntt.co.jp
Whole thread Raw
Responses Re: Increase of buffers usage count by bgwriter
List pgsql-hackers
Hi Hackers,

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.
When backends write LRU dirty buffers, they are replaced immediately.
However, when bgwriter writes dirty buffer, the replacement is postponed
until the next rotation of CLOCK.


If the behavior is not intended, another UnpinBuffer that doesn't
increase the buffers usage count will be needed.
Otherwise, bgwriter should do behavior that looks like VACUUM, 
using StrategyHintVacuum(true).


I'll appreciate any comments.
Thanks,
---
ITAGAKI Takahiro
NTT Cyber Space Laboratories



pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: PQescapeIdentifier
Next
From: Andrew - Supernews
Date:
Subject: Re: add_missing_from breaks existing views