Re: Another possible corruption bug in 9.3.2 or possibly a known MultiXact problem?

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Another possible corruption bug in 9.3.2 or possibly a known MultiXact problem?
Дата
Msg-id 20140228104842.GJ15628@awork2.anarazel.de
обсуждение исходный текст
Ответ на Re: Another possible corruption bug in 9.3.2 or possibly a known MultiXact problem?  (Greg Stark <stark@mit.edu>)
Список pgsql-hackers
On 2014-02-28 10:44:14 +0000, Greg Stark wrote:
> On 28 Feb 2014 06:19, "Andres Freund" <andres@2ndquadrant.com> wrote:
> > Generally the LSN is computed when writing, not when a buffer is
> > modified, so that's not particularly surprising. It'd be interesting to
> > see what the records are that end on those LSNs.
> 
> The checksum you mean? But that's why I ran checkpoint.

The checksum is computed in a copy of the buffer, not in the
original. C.f. PageSetChecksumCopy().

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Another possible corruption bug in 9.3.2 or possibly a known MultiXact problem?
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: pgbench help message fix