Fix handling of autovacuum reloptions.

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: b78b4d5117b9277253b04b53838789b6ff3f01ed
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2009-08-27T17:19:31Z
Releases: 8.4.1
Fix handling of autovacuum reloptions.

In the original coding, setting a single reloption would cause default
values to be used for all the other reloptions.  This is a problem
particularly for autovacuum reloptions.

Itagaki Takahiro

Files

PathChange+/−
src/backend/access/common/reloptions.c modified +10 −10
src/backend/postmaster/autovacuum.c modified +47 −39