pgsql: Fix handling of autovacuum reloptions.

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: Fix handling of autovacuum reloptions.
Дата
Msg-id 20090827171931.A9EAD75331E@cvs.postgresql.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Fix handling of autovacuum reloptions.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Make the .DEF file generation rules safe against tabs in