]> granicus.if.org Git - postgresql/commit
Fix code that incorrectly assumed a 'char foo[N]' local variable would
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Mar 2001 00:45:20 +0000 (00:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Mar 2001 00:45:20 +0000 (00:45 +0000)
commit00713cb7cb82674e051209efac1492968dad4df6
tree02ecb585004861bee195210395cf02718b7f8d45
parent6ba0f31bdd0df7c62f1a75628caa88bd4ef4a6ad
Fix code that incorrectly assumed a 'char foo[N]' local variable would
be aligned on a word boundary.  Per report from Steve Nicolai.
src/backend/access/heap/tuptoaster.c