Tuple alignment

From: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Tuple alignment
Date: 2007-06-18 06:36:30
Message-ID: 467627EE.8030401@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Why do we require that t_hoff is MAXALIGNed? ISTM that if the first
field in a tuple doesn't require alignment, it could be stored
immediately after the null bitmap, without padding.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2007-06-18 08:42:25 Re: Load Distributed Checkpoints test results
Previous Message Magnus Hagander 2007-06-18 06:12:53 Re: Bugtraq: Having Fun With PostgreSQL