| From: | alvherre(at)postgresql(dot)org (Alvaro Herrera) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Fix handling of autovacuum reloptions. |
| Date: | 2009-08-27 17:18:45 |
| Message-ID: | 20090827171845.0385175331E@cvs.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
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
Modified Files:
--------------
pgsql/src/backend/access/common:
reloptions.c (r1.28 -> r1.29)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/common/reloptions.c?r1=1.28&r2=1.29)
pgsql/src/backend/postmaster:
autovacuum.c (r1.102 -> r1.103)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c?r1=1.102&r2=1.103)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2009-08-27 17:19:31 | pgsql: Fix handling of autovacuum reloptions. |
| Previous Message | Tom Lane | 2009-08-27 16:59:38 | pgsql: Make it reasonably safe to use pg_ctl to start the postmaster |