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

From Christoph Berg
Subject Re: failed NUMA pages inquiry status: Operation not permitted
Date
Msg-id aVw7Zg9QngFiDOhr@msg.df7cb.de
Whole thread Raw
In response to Re: failed NUMA pages inquiry status: Operation not permitted  (Tomas Vondra <tomas@vondra.me>)
Responses Re: failed NUMA pages inquiry status: Operation not permitted
List pgsql-hackers
Re: Tomas Vondra
> I guess the only solution is to accept -2 as a possible value (unknown
> node). But that makes regression testing harder, because it means the
> output could change a lot ...

Or just not test that, or do something like

select numa_node = -2 or numa_node between 0 and 1000 from pg_shmem_allocations_numa;

Christoph



pgsql-hackers by date:

Previous
From: Sami Imseih
Date:
Subject: Re: Refactor query normalization into core query jumbling
Next
From: Tatsuo Ishii
Date:
Subject: Re: Row pattern recognition