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 1vaEvX-005fkE-2U for pgsql-committers@arkaria.postgresql.org; Mon, 29 Dec 2025 15:12:56 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vaEvV-00H5A7-32 for pgsql-committers@arkaria.postgresql.org; Mon, 29 Dec 2025 15:12:54 +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.96) (envelope-from ) id 1vaEvV-00H59z-2K for pgsql-committers@lists.postgresql.org; Mon, 29 Dec 2025 15:12:54 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vaEvT-003Pki-2m; Mon, 29 Dec 2025 15:12:54 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 5BTFCb0e2864711; Mon, 29 Dec 2025 10:12:37 -0500 From: Tom Lane To: Thomas Munro cc: Andres Freund , Alvaro Herrera , Fabien COELHO , Thomas Munro , pgsql-committers Subject: Re: pgsql: Track LLVM 15 changes. In-reply-to: References: <202202142122.eqz4mu2ecfes@alvherre.pgsql> <3155481.1644950069@sss.pgh.pa.us> <20220215224123.fx2mxkvlbvhk7377@alap3.anarazel.de> <3224284.1644965080@sss.pgh.pa.us> <1407185.1766682319@sss.pgh.pa.us> Comments: In-reply-to Thomas Munro message dated "Mon, 29 Dec 2025 22:15:57 +1300" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <2864709.1767021157.1@sss.pgh.pa.us> Content-Transfer-Encoding: 8bit Date: Mon, 29 Dec 2025 10:12:37 -0500 Message-ID: <2864710.1767021157@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Thomas Munro writes: > On Fri, Dec 26, 2025 at 6:05 AM Tom Lane wrote: >> Surely we don't need this anymore? I tried removing it locally >> and didn't see any such warnings (with Red Hat's llvm 20.1.8). > Yeah. We should just delete these obsolete lines in 18 and master. > For older branches, I think it should be enough to update the comment > in 14-17, as attached. LGTM. > We could work harder and suppress the warnings > only for LLVM 14 and 15 specifically in PostgreSQL 14-17, but it seems > like the main point is surely to have *something* watching out for new > warnings that are added in future LLVM versions, and we'll get that > from the newer branches. Agreed, not worth the trouble. regards, tom lane