Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay

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

Commit: 640796ff4122c01ab96780cbbee88479c3694907
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-02-28T00:10:52Z
Releases: 8.4.0
Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay
to 100ms (from 1000).  This still seems to be comfortably larger than the
useful range of the parameter, and it should help discourage people from
picking uselessly large values.  Tweak the documentation to recommend small
values, too.  Per discussion of a couple weeks ago.

Files