Fix handling of autovacuum reloptions.

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

Commit: 53af86c55c1634d1ec7c9f6fefec5cf591967bc5
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2009-08-27T17:18:44Z
Releases: 9.0.0
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