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 1nJiGj-0000Um-5g for pgsql-hackers@arkaria.postgresql.org; Mon, 14 Feb 2022 20:48:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nJiGh-00056a-Fn for pgsql-hackers@arkaria.postgresql.org; Mon, 14 Feb 2022 20:48:19 +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 1nJiGh-00056R-6N for pgsql-hackers@lists.postgresql.org; Mon, 14 Feb 2022 20:48:19 +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 1nJiGe-0005TF-VE for pgsql-hackers@postgresql.org; Mon, 14 Feb 2022 20:48:18 +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 21EKmCJU2924752; Mon, 14 Feb 2022 15:48:12 -0500 From: Tom Lane To: Andres Freund cc: Peter Eisentraut , pgsql-hackers@postgresql.org Subject: Re: Time to drop plpython2? In-reply-to: <20220214204240.zji5z44j3ycpttcd@alap3.anarazel.de> References: <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> <3162645.1642093227@sss.pgh.pa.us> <2916582.1644866338@sss.pgh.pa.us> <20220214204240.zji5z44j3ycpttcd@alap3.anarazel.de> Comments: In-reply-to Andres Freund message dated "Mon, 14 Feb 2022 12:42:40 -0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2924750.1644871692.1@sss.pgh.pa.us> Date: Mon, 14 Feb 2022 15:48:12 -0500 Message-ID: <2924751.1644871692@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andres Freund writes: > On 2022-02-14 14:18:58 -0500, Tom Lane wrote: >> Well, it's mid-February. Do we have a python2-removal patch >> that's ready to go? > I can refresh mine. Iit might be good to first reapply > f201da39edc - "Make configure prefer python3 to plain python." > for a few days? We could I guess, but does it really buy anything? I'm sure that some of the buildfarm still hasn't updated their Python installation, but it'll be about the same failure we'd get from the final patch. regards, tom lane