Re: pgsql: Teach autovacuum about multixact member wraparound.

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: pgsql: Teach autovacuum about multixact member wraparound.
Дата
Msg-id 1674734486.2821256.1431105796306.JavaMail.yahoo@mail.yahoo.com
обсуждение исходный текст
Ответ на pgsql: Teach autovacuum about multixact member wraparound.  (Robert Haas <rhaas@postgresql.org>)
Ответы Re: pgsql: Teach autovacuum about multixact member wraparound.  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-committers
Robert Haas <rhaas@postgresql.org> wrote:

> This patch leaves unsolved the problem of ensuring that emergency
> autovacuums are triggered even when autovacuum=off.  We'll need
> to fix that via a separate patch.

I think we also need something like your previously-posted

multixact-truncate-race.patch as a follow-on.  I'm not at all
convinced that there is no possibility of truncating new data as
things stand; and even if that is true now, it seems terribly
fragile.  (Only mentioning it because it wasn't noted in the commit
message.)

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Teach autovacuum about multixact member wraparound.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Minor ON CONFLICT related comments and doc fixes.