Re: Detection of hadware feature => please do not use signal - Mailing list pgsql-bugs

From Thomas Munro
Subject Re: Detection of hadware feature => please do not use signal
Date
Msg-id CA+hUKGJYNNTK6AfLGmrSwCm24G8iNqfWvPjFLctQMO41=Ru2nA@mail.gmail.com
Whole thread Raw
List pgsql-bugs
On Fri, Nov 8, 2024 at 9:56 PM Bastien Roucariès <rouca@debian.org> wrote:
> I will guard the include by replacing
> +#if defined(__linux__) && !defined(__aarch64__)
> by
> +#if defined(__linux__) && !defined(__aarch64__) && !defined(HWCAP2_CRC32)

Committed like that.  Thanks!
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=aac831cafa



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #18711: Attempting a connection with a database name longer than 63 characters now fails
Next
From: Maxim Orlov
Date:
Subject: Re: [BUGS] BUG #10123: Weird entries in pg_stat_activity