Re: [PATCH] Improve treatment of page special and page header alignment during page init. - Mailing list pgsql-hackers

From Pavel Borisov
Subject Re: [PATCH] Improve treatment of page special and page header alignment during page init.
Date
Msg-id CALT9ZEExg3+gC4mGmvNqm-prHrxNYQxru=c648biE3yv2KU1jg@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Improve treatment of page special and page header alignment during page init.  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Mark Dilger
Date:
Subject: Re: multi-install PostgresNode fails with older postgres versions
Next
From: Himanshu Upadhyaya
Date:
Subject: Re: [PATCH] PREPARE TRANSACTION unexpected behavior with TEMP TABLE