Re: B-tree crash recovery error in 8.3 beta 2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: B-tree crash recovery error in 8.3 beta 2
Дата
Msg-id 1496.1195242922@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: B-tree crash recovery error in 8.3 beta 2  (Heikki Linnakangas <heikki@enterprisedb.com>)
Список pgsql-bugs
Heikki Linnakangas <heikki@enterprisedb.com> writes:
> There seems to be a bug in the B-tree split WAL reduction patch from
> Februrary. On split, we copy the HIKEY of the left page from the
> leftmost item on the right page, but that doesn't work because the
> leftmost key is not stored on intermediate levels.
> Patch attached that stores the high key explicitly in the WAL record on
> intermediate levels.

Applied with revisions --- mostly, being safe about alignment issues.
You wouldn't notice that on an Intel CPU, but some machines are
pickier ...

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #3752: query yields "could not find block containing chunk", then server crashes
Следующее
От: "Hussain Jawad-FXRM43"
Дата:
Сообщение: Start up error