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 1uAE3z-00CRz8-1Z for pgsql-hackers@arkaria.postgresql.org; Wed, 30 Apr 2025 20:29:51 +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 1uAE3w-00GNaH-Ut for pgsql-hackers@arkaria.postgresql.org; Wed, 30 Apr 2025 20:29:50 +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 1uAE3w-00GNa8-LN for pgsql-hackers@lists.postgresql.org; Wed, 30 Apr 2025 20:29:49 +0000 Received: from meldrar.postgresql.org ([2a02:c0:301:0:ffff::31]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uAE3v-000Q5V-2q for pgsql-hackers@lists.postgresql.org; Wed, 30 Apr 2025 20:29:49 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=To:References:Message-Id: Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version: Content-Type:Sender:Reply-To:Content-ID:Content-Description; bh=7xveoYnr/IplJHBfJvKJKA0vJmMrM248SsExOK4tiO0=; b=c4yWdd+wwPn8+fxQeya0bk5D5p P13JrN5XyPKfsIJ94MJ8lCHzVN7vlABtkGYUt9xGoefS1zRo5CR74V3UETwi3FO8+zzjkG5OCcT73 BsKEDMVftpEQjU6canhi/13NkXyLu+aezSkbof8jrrjfQWc1U7fc2aLpXBxCE6zRNxkGt2rwlldAj XZSphDWGi8QKgkll4/WH8KW/qIpNjjlSqOKcN7kZq/uxSBrtDieXakbh+K414VvhgCbUNKO8vvBZK PGGpBCgmJ0LFztMm1/yYuUznx3UtysrEC3HdrCDPLhbb83NiRkgVJ4noH/lhWUbckDCAplsd23DXQ CJWk8lyw==; Received: from customer-89-255-232-193.stosn.net ([89.255.232.193] helo=smtpclient.apple) by meldrar.postgresql.org with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uAE3s-000xCi-0j; Wed, 30 Apr 2025 20:29:45 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.1\)) Subject: Re: pgsql: Add function to get memory context stats for processes From: Daniel Gustafsson In-Reply-To: Date: Wed, 30 Apr 2025 22:29:33 +0200 Cc: Tomas Vondra , Tom Lane , Andres Freund , PostgreSQL Hackers , Rahila Syed Content-Transfer-Encoding: quoted-printable Message-Id: References: <8EBFBFBC-DAC2-4521-AE16-069F7FD8EFBC@postgresql.org> <1428549.1745432074@sss.pgh.pa.us> <91f216ec-e367-42a5-8586-f554c4c28574@vondra.me> To: Robert Haas X-Mailer: Apple Mail (2.3776.700.51.11.1) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 30 Apr 2025, at 22:17, Robert Haas wrote: > I kind of doubt whether that's the only problem here, but it's *a* = problem. This is indeed exposing a pre-existing issue, which was reported in [0] = and a patch fixing it has been submitted. I have been testing and reworking = the patch slightly but due to $life and $work events have yet to have time = to push it. -- Daniel Gustafsson [0] 3eb40b3e-45c7-426a-b7f8-81f7d05a9b53@oss.nttdata.com=