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