Re: failed NUMA pages inquiry status: Operation not permitted - Mailing list pgsql-hackers

From Tomas Vondra
Subject Re: failed NUMA pages inquiry status: Operation not permitted
Date
Msg-id 54329add-59b6-4c08-96f0-a025a7804174@vondra.me
Whole thread Raw
In response to Re: failed NUMA pages inquiry status: Operation not permitted  (Christoph Berg <myon@debian.org>)
List pgsql-hackers
On 11/14/25 13:52, Christoph Berg wrote:
> Re: Tomas Vondra
>> So I'm leaning to adjust pg_numa_init() to also check EPERM, per the
>> attached patch. It still calls numa_available(), so that we don't
>> silently miss future libnuma changes.
>>
>> Can you check this makes it work inside the docker container?
> 
> Yes your patch works. (Sorry I meant to test earlier, but RL...)
> 

Thanks. I've pushed the fix (and backpatched to 18).


regards

-- 
Tomas Vondra



pgsql-hackers by date:

Previous
From: Xuneng Zhou
Date:
Subject: Re: Implement waiting for wal lsn replay: reloaded
Next
From: Nazir Bilal Yavuz
Date:
Subject: Re: Speed up COPY FROM text/CSV parsing using SIMD