Re: Assert in heapgettup_pagemode() fails due to underlying buffer change

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: Assert in heapgettup_pagemode() fails due to underlying buffer change
Дата
Msg-id CA+hUKGKBuYg8iH6U4VP8vD_9fCEVhxPdqjt6Vp5_sNeBB9YrgQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Assert in heapgettup_pagemode() fails due to underlying buffer change  (Thomas Munro <thomas.munro@gmail.com>)
Список pgsql-hackers
I adjusted the code a bit more to look like the 16 coding including
restoring some very useful comments that had been lost, and pushed.

Thanks very much to Alexander and Noah for (independently) chasing
this down and reporting, testing etc, and Alvaro and Robert for review
comments.

(Passing thought: it's a bit weird that we need to zero pages at all
before restoring FPIs or initialising them.  Perhaps there is some way
to defer marking the buffer valid until after the caller gets a chance
to initialise?  Or something like that...)



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: CheckMyDatabase some error messages in two lines.
Следующее
От: Nathan Bossart
Дата:
Сообщение: Re: Remove dependence on integer wrapping