Re: TOAST versus VACUUM, or "missing chunk number 0 for toast value" identified

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: TOAST versus VACUUM, or "missing chunk number 0 for toast value" identified
Дата
Msg-id 28851.1319831891@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: TOAST versus VACUUM, or "missing chunk number 0 for toast value" identified  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> If we made the commit sequence number more generally available,
> incrementing it at the point of visibility change under cover of
> ProcArrayLock, and including the then-current value in a Snapshot
> object when built, would that help with this at all?

No, because we need a back-patchable fix.  Even going forward,
I don't find the idea of flushing syscache entries at transaction
end to be especially appealing.
        regards, tom lane


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: TOAST versus VACUUM, or "missing chunk number 0 for toast value" identified
Следующее
От: Robert Haas
Дата:
Сообщение: Re: So where are we on the open commitfest?