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 1oGIvn-0004hM-QP for pgsql-hackers@arkaria.postgresql.org; Tue, 26 Jul 2022 11:40:55 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oGIvm-0008Aq-8f for pgsql-hackers@arkaria.postgresql.org; Tue, 26 Jul 2022 11:40:54 +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 1oGIvl-0008Ag-VP for pgsql-hackers@lists.postgresql.org; Tue, 26 Jul 2022 11:40:53 +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 1oGIvi-00064p-Tp for pgsql-hackers@lists.postgresql.org; Tue, 26 Jul 2022 11:40:53 +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 26QBeltV2228596; Tue, 26 Jul 2022 07:40:47 -0400 From: Tom Lane To: Thomas Munro cc: PostgreSQL Hackers , Andrew Dunstan Subject: Re: Cygwin cleanup In-reply-to: References: <2143450.1658810058@sss.pgh.pa.us> Comments: In-reply-to Thomas Munro message dated "Tue, 26 Jul 2022 17:16:48 +1200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2228594.1658835647.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Tue, 26 Jul 2022 07:40:47 -0400 Message-ID: <2228595.1658835647@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Thomas Munro writes: > On Tue, Jul 26, 2022 at 4:34 PM Tom Lane wrote: >> If that's an accurate statement, shouldn't we just drop Cygwin support? > This thread rejected the idea last time around: > https://www.postgresql.org/message-id/flat/136712b0-0619-5619-4634-0f028= 6acaef7%402ndQuadrant.com I think maybe we should re-open the discussion. I've certainly reached the stage of fed-up-ness. That platform seems seriously broken, upstream is making no progress on fixing it, and there doesn't seem to be any real-world use-case. The only positive argument for it is that Readline doesn't work in the other Windows builds --- but we've apparently not rechecked that statement in eighteen years, so maybe things are better now. If we could just continue to blithely ignore lorikeet's failures, I wouldn't mind so much; but doing any significant amount of new code development work for the platform seems like throwing away developer time. regards, tom lane