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 1uwfeE-0065hW-2c for pgsql-hackers@arkaria.postgresql.org; Thu, 11 Sep 2025 11:39:30 +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 1uwfeC-007DBR-B6 for pgsql-hackers@arkaria.postgresql.org; Thu, 11 Sep 2025 11:39:28 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uwfeC-007DBJ-20 for pgsql-hackers@lists.postgresql.org; Thu, 11 Sep 2025 11:39:28 +0000 Received: from mout-p-102.mailbox.org ([80.241.56.152]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uwfe8-000BHz-1x for pgsql-hackers@lists.postgresql.org; Thu, 11 Sep 2025 11:39:27 +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 4cMwZM0yzTz9t1n; Thu, 11 Sep 2025 13:39:23 +0200 (CEST) Date: Thu, 11 Sep 2025 13:39:21 +0200 From: Christoph Berg To: Tomas Vondra Cc: Bertrand Drouvot , Andres Freund , Tomas Vondra , pgsql-hackers@lists.postgresql.org Subject: Re: pgsql: Introduce pg_shmem_allocations_numa view Message-ID: References: <132f85de-75c8-4e21-b875-b806596c9214@vondra.me> <64e8ec11-6bb8-488b-abfc-8e67324a03fa@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: To Tomas Vondra > The PG18 Debian package is still carrying the contrib complement of > this patch (see attachment). Ah sorry, I was confused here. I had assumed that the patch is required as long as it doesn't conflict, but it doesn't conflict since the problem was fixed inside pg_numa_query_pages() in git, while the workaround was outside. Christoph