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 1nROOQ-00046G-6n for pgsql-hackers@arkaria.postgresql.org; Tue, 08 Mar 2022 01:12:02 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nROOP-0008AY-4k for pgsql-hackers@arkaria.postgresql.org; Tue, 08 Mar 2022 01:12:01 +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 1nROOO-0008AO-Rp for pgsql-hackers@lists.postgresql.org; Tue, 08 Mar 2022 01:12:00 +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 1nROOM-0007Lc-Ko for pgsql-hackers@postgresql.org; Tue, 08 Mar 2022 01:12:00 +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 2281Bqlw292427; Mon, 7 Mar 2022 20:11:53 -0500 From: Tom Lane To: Andres Freund cc: Peter Eisentraut , pgsql-hackers@postgresql.org Subject: Re: Time to drop plpython2? In-reply-to: <20220308010007.wbjlxcdlp655re46@alap3.anarazel.de> References: <2924751.1644871692@sss.pgh.pa.us> <43C0836C-AD2F-4433-AFD6-3EA0FDACD745@anarazel.de> <2983839.1644897457@sss.pgh.pa.us> <20220215060131.vccqql2xelbujgtu@alap3.anarazel.de> <20220215214016.theaavgrleb72s5l@alap3.anarazel.de> <20220216195850.2ca4wnivsl3vbsib@alap3.anarazel.de> <20220217065208.2plo6mmx3ssu5fjd@alap3.anarazel.de> <20220307013015.k4jw7cuerct4cmjg@alap3.anarazel.de> <259907.1646683503@sss.pgh.pa.us> <20220308010007.wbjlxcdlp655re46@alap3.anarazel.de> Comments: In-reply-to Andres Freund message dated "Mon, 07 Mar 2022 17:00:07 -0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <292425.1646701912.1@sss.pgh.pa.us> Date: Mon, 07 Mar 2022 20:11:52 -0500 Message-ID: <292426.1646701912@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andres Freund writes: > A related question is whether we want to remove $(python_majorversion) > references in the makefiles? I wouldn't. I'm doubtful of your theory that there will never be a Python 4. This version seems ready-to-go to me, or at least ready to see what the buildfarm makes of it. regards, tom lane