Re: Detection of hadware feature => please do not use signal

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Bastien Roucariès <rouca(at)debian(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: Detection of hadware feature => please do not use signal
Date: 2024-11-22 10:11:42
Message-ID: CA+hUKGJYNNTK6AfLGmrSwCm24G8iNqfWvPjFLctQMO41=Ru2nA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Fri, Nov 8, 2024 at 9:56 PM Bastien Roucariès <rouca(at)debian(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Maxim Orlov 2024-11-22 14:54:33 Re: [BUGS] BUG #10123: Weird entries in pg_stat_activity
Previous Message Bertrand Drouvot 2024-11-22 07:45:39 Re: BUG #18711: Attempting a connection with a database name longer than 63 characters now fails