]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Use C11 alignas instead of pg_attribute_aligned
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 29 Jun 2026 08:46:51 +0000 (10:46 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 1 Jul 2026 06:53:52 +0000 (08:53 +0200)
commit182f6944d3d0eeccf60e5885757f1677d4b988cc
tree2e14041b7de0faf5b5b10e349e08d327cdcbcdf8
parent9a2c07cbde9796049e4b37e3dde0b6f5253cb97b
Use C11 alignas instead of pg_attribute_aligned

Replace pg_attribute_aligned with C11 alignas, for consistency with
current conventions.

(These new uses were added by commit fbc57f2bc2e, which was developed
concurrently with the switch from pg_attribute_aligned to C11 standard
alignas, and it ended up being committed with the "old" style.)

Reviewed-by: John Naylor <johncnaylorls@gmail.com>
Discussion: https://postgr.es/m/CANWCAZaKhE+RD5KKouUFoxx1EbUNrNhcduM1VQ=DkSDadNEFng@mail.gmail.com
src/port/pg_crc32c_armv8.c