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 <[email protected]> Discussion: https://postgr.es/m/CANWCAZaKhE+RD5KKouUFoxx1EbUNrNhcduM1VQ=dksdadne...@mail.gmail.com Branch ------ REL_19_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/182f6944d3d0eeccf60e5885757f1677d4b988cc Modified Files -------------- src/port/pg_crc32c_armv8.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
