Re: pgsql: Only send cleanup_info messages if VACUUM removes any tuples.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Only send cleanup_info messages if VACUUM removes any tuples.
Дата
Msg-id 20045.1271898200@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Only send cleanup_info messages if VACUUM removes any tuples.  (sriggs@postgresql.org (Simon Riggs))
Ответы Re: pgsql: Only send cleanup_info messages if VACUUM removes any tuples.  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-committers
sriggs@postgresql.org (Simon Riggs) writes:
> Removes overlooked path for sending invalid latestRemovedXid.
> Fixes buildfarm failure on centaur.

You're not there yet.  There are multiple buildfarm machines showing

TRAP: FailedAssertion("!(((vacrelstats->latestRemovedXid) != ((TransactionId) 0)))", File: "vacuumlazy.c", Line: 690)

even after this patch was committed.

            regards, tom lane

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Enforce superuser permissions checks during ALTER ROLE/DATABASE
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: pgsql: Only send cleanup_info messages if VACUUM removes any tuples.