pgsql: Turn off zero_damaged_pages in the right place (ie, in the

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Turn off zero_damaged_pages in the right place (ie, in the
Дата
Msg-id 20060307173222.B9F119DCC11@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Turn off zero_damaged_pages in the right place (ie, in the autovac
process not in the postmaster) and with the right GucSource (needs to
be a nontransactional source since we've not started an xact yet).

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        autovacuum.c (r1.14 -> r1.15)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c.diff?r1=1.14&r2=1.15)

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: * Stephen Frost (sfrost@snowman.net) wrote:
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Repair old performance bug in tuplesort.c/logtape.c.