On Monday, August 25, 2014, Fabien COELHO <coe...@cri.ensmp.fr> wrote:
> > I have not found any mean to force bgwriter to send writes when it can. > (Well, I have: create a process which sends "CHECKPOINT" every 0.2 > seconds... it works more or less, but this is not my point:-) > There is scan_whole_pool_milliseconds, which currently forces bgwriter to circle the buffer pool at least once every 2 minutes. It is currently fixed, but it should be trivial to turn it into an experimental guc that you could use to test your hypothesis. Cheers, Jeff