Fix handling of autovacuum reloptions.
Alvaro Herrera <alvherre@alvh.no-ip.org>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/access/common/reloptions.c | modified | +10 −10 |
| src/backend/postmaster/autovacuum.c | modified | +47 −39 |