pgsql: Fix handling of autovacuum reloptions.

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:19:31
Message-ID: 20090827171931.A9EAD75331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | 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

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
pgsql/src/backend/access/common:
reloptions.c (r1.28 -> r1.28.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/common/reloptions.c?r1=1.28&r2=1.28.2.1)
pgsql/src/backend/postmaster:
autovacuum.c (r1.99.2.1 -> r1.99.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c?r1=1.99.2.1&r2=1.99.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-08-27 17:55:53 pgsql: Make the .DEF file generation rules safe against tabs in
Previous Message Alvaro Herrera 2009-08-27 17:18:45 pgsql: Fix handling of autovacuum reloptions.