Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vct5R-00BpaC-1z for pgsql-hackers@arkaria.postgresql.org; Mon, 05 Jan 2026 22:30:06 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vct5P-004kMe-2I for pgsql-hackers@arkaria.postgresql.org; Mon, 05 Jan 2026 22:30:04 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vct5P-004kMT-1F for pgsql-hackers@lists.postgresql.org; Mon, 05 Jan 2026 22:30:04 +0000 Received: from goedel.df7cb.de ([49.13.90.212]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vct5O-004OvB-1a for pgsql-hackers@lists.postgresql.org; Mon, 05 Jan 2026 22:30:03 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:810b:430f:bb00:8211:b5e2:812b:7439]) by goedel.df7cb.de (Postfix) with ESMTPSA id F05EA5E821; Mon, 05 Jan 2026 22:29:58 +0000 (UTC) Date: Mon, 5 Jan 2026 23:29:58 +0100 From: Christoph Berg To: Tomas Vondra Cc: Jakub Wartak , pgsql-hackers@lists.postgresql.org Subject: Re: failed NUMA pages inquiry status: Operation not permitted Message-ID: References: <54329add-59b6-4c08-96f0-a025a7804174@vondra.me> <4ff9578d-1de2-45c1-98c4-29caf99334ff@vondra.me> <183fe9ab-6010-4cca-b648-1deca332ce2a@vondra.me> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk 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