Re: Meson bug in detection of 64 atomics

2025-01-07 Thread Thomas Munro
On Wed, Jan 8, 2025 at 2:40 AM Yura Sokolov wrote: > I see: Thomas Munro just missed this place in commit on 2024.12.04 > > Use and for c.h integers. > > https://github.com/postgres/postgres/commit/962da900ac8f0927f1af2fd811ca67fa163c873a > > Вт, 7 янв. 2025 г. в 01:29, Юрий Соколов : >> I found

Re: Meson bug in detection of 64 atomics

2025-01-07 Thread Yura Sokolov
I see: Thomas Munro just missed this place in commit on 2024.12.04 Use and for c.h integers.https://github.com/postgres/postgres/commit/962da900ac8f0927f1af2fd811ca67fa163c873aВт, 7 янв. 2025 г. в 01:29, Юрий Соколов :Hi. I found meson fails to detect 64 GCC atomics. Looks like check was drafted

Meson bug in detection of 64 atomics

2025-01-06 Thread Юрий Соколов
Hi. 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). —— regards Yura Sokolov aka funny-falcon meson-build.diff Descripti