]> granicus.if.org Git - postgresql/commit
Fix handling of autovacuum reloptions.
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 27 Aug 2009 17:19:31 +0000 (17:19 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 27 Aug 2009 17:19:31 +0000 (17:19 +0000)
commitb78b4d5117b9277253b04b53838789b6ff3f01ed
treec59b809ecf206550f2a12fed3363c9a7c5954317
parent593810f3cd7d4a5b502712daceb6a4ef6178c3c0
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