Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n83So-00061O-Ls for pgsql-hackers@arkaria.postgresql.org; Thu, 13 Jan 2022 17:00:38 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1n83Sn-0006qU-3J for pgsql-hackers@arkaria.postgresql.org; Thu, 13 Jan 2022 17:00:37 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n83Sm-0006qJ-Q1 for pgsql-hackers@lists.postgresql.org; Thu, 13 Jan 2022 17:00:36 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n83Sj-0005d6-GW for pgsql-hackers@postgresql.org; Thu, 13 Jan 2022 17:00:36 +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 20DH0Rtg3162646; Thu, 13 Jan 2022 12:00:28 -0500 From: Tom Lane To: Peter Eisentraut cc: Andres Freund , pgsql-hackers@postgresql.org Subject: Re: Time to drop plpython2? In-reply-to: <3ac7b6b7-1187-e912-a689-cab59d67aeb5@enterprisedb.com> References: <20211031184548.g4sxfe47n2kyi55r@alap3.anarazel.de> <08a65981-7fec-1b9b-4061-6e3086c05914@enterprisedb.com> <3fc1211d-960b-4b2f-3e96-a6099db847fc@enterprisedb.com> <20211104195443.dystyijvufveikcp@alap3.anarazel.de> <85eb62cd-76f3-d01f-79ef-144173c16edc@enterprisedb.com> <2057149.1636943071@sss.pgh.pa.us> <20211115170632.buql3valv5mlnbni@alap3.anarazel.de> <2138217.1636996791@sss.pgh.pa.us> <20211115181246.gtnaeim6fo3vjb7c@alap3.anarazel.de> <2142324.1637000302@sss.pgh.pa.us> <21ad7747-d4de-e7b6-7864-be07929fb067@enterprisedb.com> <2594342.1641917185@sss.pgh.pa.us> <59eec9e5-f62a-4aeb-4cd6-ee5fddc2d6b4@enterprisedb.com> <3027819.1642013355@sss.pgh.pa.us> <3ac7b6b7-1187-e912-a689-cab59d67aeb5@enterprisedb.com> Comments: In-reply-to Peter Eisentraut message dated "Thu, 13 Jan 2022 16:02:14 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3162644.1642093227.1@sss.pgh.pa.us> Date: Thu, 13 Jan 2022 12:00:27 -0500 Message-ID: <3162645.1642093227@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Peter Eisentraut writes: > On 12.01.22 19:49, Tom Lane wrote: >> Anyway, getting back to the point: I think we should notify the >> owners ASAP and set a 30-day deadline. > Sure, let's do that. I don't have a buildfarm animal these days, so I'm > not on that list, so it would be great if you could do that Done. I told them "mid February", so we can plan on say the 15th as the target date for pushing a patch. I realized BTW that the meson business is not relevant for prairiedog or gaur. Those animals will die regardless of python version because they can't build ninja (for lack of ). So I think maybe I'll install python 3.1 and see if that compatibility claim is really true ;-) regards, tom lane