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 1mijJy-0000mb-4F for pgsql-hackers@arkaria.postgresql.org; Thu, 04 Nov 2021 20:26:50 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mijJx-0000Em-1f for pgsql-hackers@arkaria.postgresql.org; Thu, 04 Nov 2021 20:26:49 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mijJw-0000Ed-Pv for pgsql-hackers@lists.postgresql.org; Thu, 04 Nov 2021 20:26:48 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mijJs-0007QV-G7 for pgsql-hackers@postgresql.org; Thu, 04 Nov 2021 20:26:47 +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 1A4KQds1350038; Thu, 4 Nov 2021 16:26:39 -0400 From: Tom Lane To: Andres Freund cc: Peter Eisentraut , pgsql-hackers@postgresql.org Subject: Re: Time to drop plpython2? In-reply-to: <20211104195443.dystyijvufveikcp@alap3.anarazel.de> 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> Comments: In-reply-to Andres Freund message dated "Thu, 04 Nov 2021 12:54:43 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <350036.1636057599.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Thu, 04 Nov 2021 16:26:39 -0400 Message-ID: <350037.1636057599@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andres Freund writes: > Another thing I wondered about is what we want to do with the extension > names. Do we want to leave it named plpython3u? Do we want to have a plp= ython > that depends on plpython3u? I think we want to keep plpython3u. Maybe we can point plpythonu at that, but I'm concerned about the potential for user confusion. In particular, I think there's a nonzero probability that someone will choose to maintain plpython2u/plpythonu outside of core, just because they still don't want to migrate their Python code. > I'd be inclined to just keep it at plpython3u for now, but there's an ar= gument > that going for plpython would be better long term: Presumably there will= be > python 4 at some point - but I'd expect that to not be a breaking releas= e, > given the disaster that python 3 is. Making a non-versioned name better? Meh. If there is a python 4, I'd expect it to be named that way precisely because it *is* a breaking release. Why would we set ourselves up for a repeat of this mess? regards, tom lane