pgsql: We no longer need a snapshot set after opening the finishing

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: We no longer need a snapshot set after opening the finishing
Дата
Msg-id 20080319141822.2E8397558DC@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
We no longer need a snapshot set after opening the finishing transaction: this
is redundant because autovacuum now always analyzes a single table per
transaction.

Modified Files:
--------------
    pgsql/src/backend/commands:
        vacuum.c (r1.367 -> r1.368)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuum.c?r1=1.367&r2=1.368)

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: pgsql: Add URLs for : * Speed WAL recovery by allowing more than one
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Support ALTER TYPE RENAME.