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 1s8TIX-00CuDB-PF for pgsql-hackers@arkaria.postgresql.org; Sat, 18 May 2024 23:17:07 +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 1s8TIX-00AqDE-RG for pgsql-hackers@arkaria.postgresql.org; Sat, 18 May 2024 23:17:05 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s8TIX-00AqAp-GL for pgsql-hackers@lists.postgresql.org; Sat, 18 May 2024 23:17:05 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s8TIR-000t0P-Uw for pgsql-hackers@postgresql.org; Sat, 18 May 2024 23:17:04 +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 44INGuWo3054605; Sat, 18 May 2024 19:16:56 -0400 From: Tom Lane To: Thomas Munro cc: =?UTF-8?Q?Ole_Peder_Brandtz=C3=A6g?= , Peter Eisentraut , pgsql-hackers Subject: Re: Requiring LLVM 14+ in PostgreSQL 18 In-reply-to: References: <5255e75e-5a66-41ac-99d3-1998283b86e6@eisentraut.org> <5a256041-2520-4082-8483-7f8c1e79fb88@eisentraut.org> <20240518224601.gtisttjerylukjr5@samfundet.no> Comments: In-reply-to Thomas Munro message dated "Sun, 19 May 2024 11:05:49 +1200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3054603.1716074216.1@sss.pgh.pa.us> Date: Sat, 18 May 2024 19:16:56 -0400 Message-ID: <3054604.1716074216@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Thomas Munro writes: > Oops, right I didn't know we had that documented. Thanks. Will hold > off doing anything until the thaw. FWIW, I don't think the release freeze precludes docs-only fixes. But if you prefer to sit on this, that's fine too. regards, tom lane