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

From Peter Eisentraut
Subject Re: vectorized CRC on ARM64
Date
Msg-id 01d19f04-9eb4-4dba-8513-2ce875335eea@eisentraut.org
Whole thread
In response to Re: vectorized CRC on ARM64  (John Naylor <johncnaylorls@gmail.com>)
List pgsql-hackers
On 29.06.26 11:35, John Naylor wrote:
> 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.

Committed.




pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Add pg_stat_kind_info system view
Next
From: Chao Li
Date:
Subject: Re: Fix psql pager selection for wrapped expanded output