]> granicus.if.org Git - postgresql/commit
Fix handling of autovacuum reloptions.
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 27 Aug 2009 17:18:44 +0000 (17:18 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 27 Aug 2009 17:18:44 +0000 (17:18 +0000)
commit53af86c55c1634d1ec7c9f6fefec5cf591967bc5
tree85f9692ca9a9ad6411a653765c7f41193f932a0a
parent8f5500e6bdb4d42ea9620b0f515671be7d681bf6
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
src/backend/access/common/reloptions.c
src/backend/postmaster/autovacuum.c