Fix another place that was assuming that a local variable declared as

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d50e256b67470555440afba2c9d1c664f0a6387f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-03-01T19:26:22Z
Releases: 8.4.0
Fix another place that was assuming that a local variable declared as
"struct varlena" would be at least word-aligned.  Per buildfarm results
from gypsy_moth.  I did a little bit of trawling for other instances of
this coding pattern, and didn't find any; but if we turn up any more
of them I think we'd better revert the "char [4]" patch and find another
way of making tuptoaster.c alignment-safe.

Files

PathChange+/−
src/backend/storage/large_object/inv_api.c modified +5 −3