]> granicus.if.org Git - postgresql/commit
Add appropriately ifdef'd hack to make ARM compiler allocate ItemPointerData
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 30 Mar 2001 05:25:51 +0000 (05:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 30 Mar 2001 05:25:51 +0000 (05:25 +0000)
commitdcbbdb1b3ee17bee849f96734f0c40d2b74f2ab5
treef551013be9ad8f0506b1f24402a5a3bf17a57254
parentd0f6ae68f5db762f3083777df10f617c41f6b076
Add appropriately ifdef'd hack to make ARM compiler allocate ItemPointerData
as six bytes not eight.  This fixes a regression test failure but more
importantly avoids wasting four bytes of pad space in every tuple header.
Also add some commentary about what's going on.
src/include/storage/itemptr.h