aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/expected/numa_1.out
blob: c90042fa7cce3c9bc08eb09421197cc3bc91b959 (plain)
1
2
3
4
5
SELECT NOT(pg_numa_available()) AS skip_test \gset
\if :skip_test
SELECT COUNT(*) = 0 AS ok FROM pg_shmem_allocations_numa;
ERROR:  libnuma initialization failed or NUMA is not supported on this platform
\quit