Just-in-time background writing strategy. This code avoids re-scanning

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6f5c38dcd0dfb391bcbaa683a96f4a62c574d95a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-09-25T20:03:38Z
Releases: 8.3.0
Just-in-time background writing strategy.  This code avoids re-scanning
buffers that cannot possibly need to be cleaned, and estimates how many
buffers it should try to clean based on moving averages of recent allocation
requests and density of reusable buffers.  The patch also adds a couple
more columns to pg_stat_bgwriter to help measure the effectiveness of the
bgwriter.

Greg Smith, building on his own work and ideas from several other people,
in particular a much older patch from Itagaki Takahiro.

Files