Heikki Linnakangas <[EMAIL PROTECTED]> writes:
> 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.
Then the intra-tuple alignment would be unpredictable.
The OID trick doesn't work very well either.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match