Re: Writing Commit Status hint bits (was Re: [HACKERS] Constant WAL replay)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Writing Commit Status hint bits (was Re: [HACKERS] Constant WAL replay)
Дата
Msg-id 15364.1121865845@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Writing Commit Status hint bits (was Re: [HACKERS] Constant  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: Writing Commit Status hint bits (was Re: [HACKERS] Constant
Список pgsql-patches
Simon Riggs <simon@2ndquadrant.com> writes:
> On Tue, 2005-07-19 at 22:24 -0400, Tom Lane wrote:
>> Simon Riggs <simon@2ndquadrant.com> writes:
>>> Short patch enclosed to turn off writing of commit-status hint bits.
>>
>> Doesn't this entirely destroy the ability to truncate clog, and
>> therefore the ability to survive XID wraparound?

> I hope not for all our sakes, since the hint bits are not WAL logged and
> anything that relies upon them would be fragile.

We don't rely on any one write of them to work, but that doesn't mean
that we can indefinitely postpone writing them.

            regards, tom lane

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

Предыдущее
От: Jeff Trout
Дата:
Сообщение: Re: [HACKERS] Problems compiling Postgresql 8.0.3 on 10.4
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Writing Commit Status hint bits (was Re: [HACKERS] Constant