]> granicus.if.org Git - postgresql/commit
Fix another place that was assuming that a local variable declared as
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 1 Mar 2008 19:26:28 +0000 (19:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 1 Mar 2008 19:26:28 +0000 (19:26 +0000)
commitbe2623d24d6a48ff2a06769cbee234ca23ebf763
tree28ca3d49360acc173d112f282a791e073100a8d7
parent0b173a6e8df85aa2a924003188520adda3e2d16b
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.
src/backend/storage/large_object/inv_api.c