Re: Meson bug in detection of 64 atomics

From: Yura Sokolov <y(dot)sokolov(at)postgrespro(dot)ru>
To: pgsql-hackers(at)postgresql(dot)org, Thomas Munro <tmunro(at)postgresql(dot)org>
Subject: Re: Meson bug in detection of 64 atomics
Date: 2025-01-07 13:40:41
Message-ID: Mime4j.0.b631ad5454ebcc8c.19440ff00f6@imap.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

<div dir="auto">I see: Thomas Munro just missed this place in commit on 2024.12.04&nbsp;<div><pre style="font-style: normal; font-weight: 400; letter-spacing: normal; text-indent: 0px; text-transform: none; word-spacing: 0px; text-decoration: none; white-space: pre-wrap; font-family: monospace; color: rgb(0, 0, 0);">Use &lt;stdint.h&gt; and &lt;inttypes.h&gt; for c.h integers.</pre></div></div><div dir="auto"><div dir="auto"><a href="https://github.com/postgres/postgres/commit/962da900ac8f0927f1af2fd811ca67fa163c873a.patch">https://github.com/postgres/postgres/commit/962da900ac8f0927f1af2fd811ca67fa163c873a</a></div><br></div><div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">Вт, 7 янв. 2025 г. в 01:29, Юрий Соколов &lt;y(dot)sokolov(at)postgrespro(dot)ru&gt;:<br></div><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-style: solid; padding-left: 1ex; border-left-color: rgb(204, 204, 204);">Hi.
<br>
<br>I found meson fails to detect 64 GCC atomics. Looks like check was drafted but never synced with “configure”.
<br>
<br>Patch that syncs meson check to configure’s one attached. It fixes the issue at least on my computer (Mac M1).
<br>
<br>——
<br>
<br>regards
<br>Yura Sokolov aka funny-falcon</blockquote></div></div>

Attachment Content-Type Size
unknown_filename text/html 1.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Atsushi Torikoshi 2025-01-07 13:41:47 Re: RFC: Allow EXPLAIN to Output Page Fault Information
Previous Message Matthias van de Meent 2025-01-07 12:57:59 Re: More reliable nbtree detection of unsatisfiable RowCompare quals involving a leading NULL key/element