Clean up att_align calculations so that XXXALIGN macros

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6febecc569f42817b7b86a167a38e682317a6c2c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-03-25T03:49:34Z
Releases: 7.1.1
Clean up att_align calculations so that XXXALIGN macros
need not be bogus.

Files

PathChange+/−
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