Re: Writing Commit Status hint bits (was Re: Constant

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Writing Commit Status hint bits (was Re: Constant
Дата
Msg-id 1122049372.21502.146.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Writing Commit Status hint bits (was Re: Constant WAL replay)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, 2005-07-22 at 09:40 -0400, Tom Lane wrote:
> Simon Riggs <simon@2ndquadrant.com> writes:
> > In general, the hint bits are good. In *some* cases, not. I still seek
> > control over that as a designer.

...

> ... not be worth
> solving with a knob as klugy and potentially dangerous as
> suppress_hint_bits.

I note that heap_get_latest_tid() relies upon the setting of
HEAP_XMIN_COMMITTED in the infomask in lieu of checking any return codes
from the HeapTupleSatisfies check. Sequences also touch on that.

I agree with you that it is potentially dangerous to mess with that, for
now.

I'll look at Read-Only Tables for 8.2 rather than this quick-fix.

Best Regards, Simon Riggs



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

Предыдущее
От: "Rocco Altier"
Дата:
Сообщение: Re: regressin failure on latest CVS
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Buildfarm failure - pl/tcl on snake