Re: [PATCH] Improve treatment of page special and page header alignment during page init.

Поиск
Список
Период
Сортировка
От Pavel Borisov
Тема Re: [PATCH] Improve treatment of page special and page header alignment during page init.
Дата
Msg-id CALT9ZEExg3+gC4mGmvNqm-prHrxNYQxru=c648biE3yv2KU1jg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PATCH] Improve treatment of page special and page header alignment during page init.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
No, that's wrong.  What follows the page header is the line pointer
array, which is only int-aligned.  We need to maxalign the special
space because tuples are stored working backwards from that, and
we want maxalignment for tuples.
Ok, I realized. Thanks!
Then I'd call off the proposal.


--
Best regards,
Pavel Borisov

Postgres Professional: http://postgrespro.com

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

Предыдущее
От: Mark Dilger
Дата:
Сообщение: Re: multi-install PostgresNode fails with older postgres versions
Следующее
От: Himanshu Upadhyaya
Дата:
Сообщение: Re: [PATCH] PREPARE TRANSACTION unexpected behavior with TEMP TABLE