Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1u7EZo-00DCRj-NJ for pgsql-hackers@arkaria.postgresql.org; Tue, 22 Apr 2025 14:26:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1u7EZm-00EstH-Lf for pgsql-hackers@arkaria.postgresql.org; Tue, 22 Apr 2025 14:26:19 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1u7EZm-00Est9-CH for pgsql-hackers@lists.postgresql.org; Tue, 22 Apr 2025 14:26:19 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u7EZj-001QDM-3B for pgsql-hackers@lists.postgresql.org; Tue, 22 Apr 2025 14:26: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 53MEQFTt971006; Tue, 22 Apr 2025 10:26:15 -0400 From: Tom Lane To: Andrew Dunstan cc: Aleksander Alekseev , PostgreSQL Hackers Subject: Re: Cygwin support In-reply-to: References: <916d0fd1-a99b-41c4-a017-ff2428bf8cca@dunslane.net> Comments: In-reply-to Andrew Dunstan message dated "Tue, 22 Apr 2025 10:22:55 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <971004.1745331975.1@sss.pgh.pa.us> Date: Tue, 22 Apr 2025 10:26:15 -0400 Message-ID: <971005.1745331975@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andrew Dunstan writes: > I agree that I would not normally use Cygwin to run a Postgres instance. > But its psql is nicer than others on Windows because unlike the native > builds we build it with readline. That's why I've kept a buildfarm > animal going all these years. If the maintenance burden were high I > wouldn't do so - but it's not really. And these patches are tiny. I vaguely recall some discussion about whether building with readline has become possible under MSVC. I think it'd make a lot of people happy if that could happen (but I hasten to add that I'm not volunteering). regards, tom lane