Re: vectorized CRC on ARM64 - Mailing list pgsql-hackers

From John Naylor
Subject Re: vectorized CRC on ARM64
Date
Msg-id CANWCAZYUq2WUp48Q7oCah2v7y0QCCNnYE04ogwhASH3mNXHY7A@mail.gmail.com
Whole thread
In response to Re: vectorized CRC on ARM64  (Peter Eisentraut <peter@eisentraut.org>)
Responses Re: vectorized CRC on ARM64
List pgsql-hackers
On Mon, Jun 29, 2026 at 3:52 PM Peter Eisentraut <peter@eisentraut.org> wrote:
>
> It looks like this patch was developed concurrently with the switch from
> pg_attribute_aligned to C11 standard alignas, and it ended up being
> committed with the "old" style.  I propose the attached patch to update
> that.  It's only a stylistic change, but good for consistency and as an
> example for future code.

Looks good to me.

--
John Naylor
Amazon Web Services



pgsql-hackers by date:

Previous
From: Rafia Sabih
Date:
Subject: Re: Bypassing cursors in postgres_fdw to enable parallel plans
Next
From: Tatsuo Ishii
Date:
Subject: Re: Row pattern recognition