Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where
Bruce Momjian <bruce@momjian.us>
Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where approproate.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/common/heaptuple.c | modified | +3 −3 |
| src/backend/access/common/indextuple.c | modified | +2 −2 |
| src/backend/access/hash/hashinsert.c | modified | +2 −2 |
| src/backend/access/hash/hashovfl.c | modified | +2 −2 |
| src/backend/access/hash/hashpage.c | modified | +4 −4 |
| src/backend/access/hash/hashutil.c | modified | +3 −3 |
| src/backend/access/heap/heapam.c | modified | +2 −2 |
| src/backend/access/heap/hio.c | modified | +3 −3 |
| src/backend/access/nbtree/nbtinsert.c | modified | +8 −8 |
| src/backend/access/nbtree/nbtsort.c | modified | +9 −9 |
| src/backend/commands/vacuum.c | modified | +5 −5 |
| src/backend/rewrite/rewriteDefine.c | modified | +4 −3 |
| src/backend/storage/large_object/inv_api.c | modified | +5 −5 |
| src/backend/storage/page/bufpage.c | modified | +7 −7 |
| src/backend/utils/adt/arrayfuncs.c | modified | +2 −2 |
| src/include/access/hash.h | modified | +2 −2 |
| src/include/access/htup.h | modified | +2 −2 |
| src/include/access/itup.h | modified | +2 −2 |
| src/include/utils/array.h | modified | +3 −3 |