Clean up att_align calculations so that XXXALIGN macros
Tom Lane <tgl@sss.pgh.pa.us>
Clean up att_align calculations so that XXXALIGN macros need not be bogus.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/bootstrap/bootstrap.c | modified | +23 −3 |
| src/include/access/tupmacs.h | modified | +13 −34 |
| src/include/catalog/pg_type.h | modified | +41 −40 |
| src/include/postgres.h | modified | +7 −2 |
| src/include/utils/memutils.h | modified | +33 −57 |