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 1w88mY-000FUM-1w for pgsql-hackers@arkaria.postgresql.org; Thu, 02 Apr 2026 03:31:46 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1w88mW-003fFm-0m for pgsql-hackers@arkaria.postgresql.org; Thu, 02 Apr 2026 03:31:44 +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 1w88mV-003fFd-34 for pgsql-hackers@lists.postgresql.org; Thu, 02 Apr 2026 03:31:44 +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.98.2) (envelope-from ) id 1w88mT-0000000088b-2ueA for pgsql-hackers@lists.postgresql.org; Thu, 02 Apr 2026 03:31:44 +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 6323VbuL3184816; Wed, 1 Apr 2026 23:31:37 -0400 From: Tom Lane To: Thomas Munro cc: =?UTF-8?B?RGV2cmltIEfDvG5kw7x6?= , PostgreSQL Hackers , Matheus Alcantara , Anthonin Bonnefoy Subject: Re: LLVM 22 In-reply-to: References: <2805479.1775001311@sss.pgh.pa.us> Comments: In-reply-to Thomas Munro message dated "Thu, 02 Apr 2026 16:20:41 +1300" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <3184814.1775100697.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Wed, 01 Apr 2026 23:31:37 -0400 Message-ID: <3184815.1775100697@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Thomas Munro writes: > On Wed, Apr 1, 2026 at 4:25=E2=80=AFPM Thomas Munro wrote: >> Working on this, more shortly... I'm trying to figure out if Anthonin >> and Andres's feedback means the poison approach does nothing useful >> and we might as well just #ifdef out the lifetime.end stuff for LLVM > =3D 22 to fix the breakage today. > Done. Hopefully midge and Devrim will now turn green :-) Just out of curiosity: I see you back-patched that all the way, but midge had only been failing on v18 and HEAD. Were you just being defensive, or is there something deeper there? regards, tom lane