Re: failed NUMA pages inquiry status: Operation not permitted

Поиск
Список
Период
Сортировка
От Christoph Berg
Тема Re: failed NUMA pages inquiry status: Operation not permitted
Дата
Msg-id aVw7Zg9QngFiDOhr@msg.df7cb.de
обсуждение исходный текст
Ответ на Re: failed NUMA pages inquiry status: Operation not permitted  (Tomas Vondra <tomas@vondra.me>)
Ответы Re: failed NUMA pages inquiry status: Operation not permitted
Список 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 по дате отправления: