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 1tmB2h-004j2A-Ga for pgsql-hackers@arkaria.postgresql.org; Sun, 23 Feb 2025 12:25: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 1tmB2g-009qmZ-Da for pgsql-hackers@arkaria.postgresql.org; Sun, 23 Feb 2025 12:25:06 +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 1tmB2g-009qmK-3O for pgsql-hackers@lists.postgresql.org; Sun, 23 Feb 2025 12:25:06 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tmB2b-000Jj4-2U for pgsql-hackers@lists.postgresql.org; Sun, 23 Feb 2025 12:25:03 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 3F3812A5F2A for ; Sun, 23 Feb 2025 13:25:00 +0100 (CET) Received: from s934.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 25ECB2A6D1F; Sun, 23 Feb 2025 13:25:00 +0100 (CET) Received: from s898.loopia.se (unknown [172.22.191.5]) by s934.loopia.se (Postfix) with ESMTP id 23A217CEA55; Sun, 23 Feb 2025 13:25:00 +0100 (CET) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s898.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s934.loopia.se ([172.22.191.6]) by s898.loopia.se (s898.loopia.se [172.22.190.17]) (amavisd-new, port 10024) with LMTP id Uu6St0PpSLIC; Sun, 23 Feb 2025 13:24:59 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 95.193.134.202 Received: from smtpclient.apple (host-95-193-134-202.mobileonline.telia.com [95.193.134.202]) (Authenticated sender: daniel@yesql.se) by s934.loopia.se (Postfix) with ESMTPSA id 72C217CEA61; Sun, 23 Feb 2025 13:24:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1740313499; bh=siUUa4V3vmQIndY638Is8lpXx12vSAeLm3QmH7/Ycwk=; h=From:Subject:Date:References:Cc:In-Reply-To:To; b=tQuwdtkiOVH1qaEid0kGR97lNI9VAyDFQcc2EfXlGvevgaeCUOpzxKLaj92glasa7 uVNH7hawcLahV9eghM7k/mFOqAkkrm/figOnEPvkE8e7YGHmRHm+WQcRXo+4OYWYFc SkEMpnkkekcfMGorlWd94udafhVBVBEaZ43Fr0hlCe9Fahm7kAKTMxcgkWAqOO71ll NOA52iyrmQtEpcmzZls9+V2d9mbiJqlcog9zrHzpxM/Cy/HAZr2Cp2PLwFymfzydHc anmpg6V1mkLLtafVfV8Cytn4jDDW2Q09oT8awpw2AQe6suXKzvJEKjLfna+0F1tWDZ tY+6fdlQQA0Dw== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Daniel Gustafsson Mime-Version: 1.0 (1.0) Subject: Re: [PATCH] Fix Potential Memory Leak in pg_amcheck Code Date: Sun, 23 Feb 2025 13:24:48 +0100 Message-Id: References: Cc: Kirill Reshke , Saladin <312199339@qq.com>, pgsql-hackers In-Reply-To: To: Jelte Fennema-Nio X-Mailer: iPhone Mail (20H350) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 23 Feb 2025, at 13:03, Jelte Fennema-Nio wrote: >=20 > =EF=BB=BFOn Sun, 23 Feb 2025 at 07:49, Kirill Reshke wrote: >> So, are we +1 or -1 on moving this forward? >=20 > +1 from me. Marked as ready for committer. Agreed, I have it on my TODO for the week to revisit. ./daniel=