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.94.2) (envelope-from ) id 1vDlVV-00FPO6-M8 for pgsql-hackers@arkaria.postgresql.org; Tue, 28 Oct 2025 15:21:08 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1vDlVU-00DeDc-K1 for pgsql-hackers@arkaria.postgresql.org; Tue, 28 Oct 2025 15:21:07 +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.94.2) (envelope-from ) id 1vDlVU-00DeDU-A7 for pgsql-hackers@lists.postgresql.org; Tue, 28 Oct 2025 15:21:07 +0000 Received: from mout-p-102.mailbox.org ([80.241.56.152]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vDlVO-004E5k-0D for pgsql-hackers@lists.postgresql.org; Tue, 28 Oct 2025 15:21:06 +0000 Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4cwvGC2F3pz9sq6; Tue, 28 Oct 2025 16:20:51 +0100 (CET) Date: Tue, 28 Oct 2025 16:20:50 +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: <7bbc582b-cc70-4a6f-bbf2-b5fd9b13a867@vondra.me> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="J3H232Pne8aWMmeW" Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --J3H232Pne8aWMmeW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Re: To Tomas Vondra > So maybe PG should implement numa_available itself like that. Following our discussion at pgconf.eu last week, I just implemented that. The numa and pg_buffercache tests pass in Docker on Debian bookworm now. Christoph --J3H232Pne8aWMmeW Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v2-0001-Make-pg_numa_init-cope-with-Docker.patch"