Re: Meson bug in detection of 64 atomics

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Yura Sokolov <y(dot)sokolov(at)postgrespro(dot)ru>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Meson bug in detection of 64 atomics
Date: 2025-01-07 18:21:42
Message-ID: CA+hUKG+_yGyw0U0E+0P4j=xeDRnDGESrTrMBcpuh-UDaa27sOg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jan 8, 2025 at 2:40 AM Yura Sokolov <y(dot)sokolov(at)postgrespro(dot)ru> wrote:
> I see: Thomas Munro just missed this place in commit on 2024.12.04
>
> Use <stdint.h> and <inttypes.h> for c.h integers.
>
> https://github.com/postgres/postgres/commit/962da900ac8f0927f1af2fd811ca67fa163c873a
>
> Вт, 7 янв. 2025 г. в 01:29, Юрий Соколов <y(dot)sokolov(at)postgrespro(dot)ru>:
>> I found meson fails to detect 64 GCC atomics. Looks like check was drafted but never synced with “configure”.
>>
>> Patch that syncs meson check to configure’s one attached. It fixes the issue at least on my computer (Mac M1).

Oops. Right. Pushed, thanks!

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Darek Ślusarczyk 2025-01-07 18:25:08 Re: add support for the old naming libs convention on windows (ssleay32.lib and libeay32.lib)
Previous Message Bernd Helmle 2025-01-07 17:48:25 Re: Modern SHA2- based password hashes for pgcrypto