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 1nLCep-0002rv-52 for pgsql-hackers@arkaria.postgresql.org; Fri, 18 Feb 2022 23:27:23 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nLCeo-0008Vq-0w for pgsql-hackers@arkaria.postgresql.org; Fri, 18 Feb 2022 23:27:22 +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 1nLCen-0008Vh-Ny for pgsql-hackers@lists.postgresql.org; Fri, 18 Feb 2022 23:27:21 +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 1nLCek-000313-VA; Fri, 18 Feb 2022 23:27:21 +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 21INRBVK4166979; Fri, 18 Feb 2022 18:27:11 -0500 From: Tom Lane To: Andres Freund cc: Peter Eisentraut , pgsql-hackers@postgresql.org, pgbf@twiska.com, markwkm@postgresql.org, heikki.linnakangas@iki.fi Subject: Re: Time to drop plpython2? In-reply-to: <20220218231940.zjxdz5c5khxxsril@alap3.anarazel.de> References: <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> <20220217071446.tss2c3ozqpkl22iv@alap3.anarazel.de> <20220217180855.zdupcbamom6z5rxq@alap3.anarazel.de> <20220218224104.pv6caojcj2caixa6@alap3.anarazel.de> <4165378.1645225759@sss.pgh.pa.us> <20220218231940.zjxdz5c5khxxsril@alap3.anarazel.de> Comments: In-reply-to Andres Freund message dated "Fri, 18 Feb 2022 15:19:40 -0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <4166977.1645226831.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Fri, 18 Feb 2022 18:27:11 -0500 Message-ID: <4166978.1645226831@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-18 18:09:19 -0500, Tom Lane wrote: >> This one was discussed on the buildfarm-owners list last month. >> There's no 32-bit python3 on that box, and apparently no plans >> to install one --- it sounded like the box is due for retirement >> anyway. > Any chance that was a private response? I just looked in the buildfarm-m= embers > list (I assume you meant that?), and didn't see anything: > https://www.postgresql.org/message-id/flat/3162195.1642093011%40sss.pgh.= pa.us Oh ... hm, yeah, looking at my mail logs, that came in as private mail and there's no corresponding buildfarm-members traffic. I did not keep the message unfortunately, but the owner indicated that he wasn't planning to bother updating python. Which is fine, but maybe we should press him to remove --with-python instead of disabling the box altogether --- we don't have a lot of Solaris clones in the farm. regards, tom lane