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 1uWe3S-00Gpnl-EJ for pgsql-hackers@arkaria.postgresql.org; Tue, 01 Jul 2025 16:41:58 +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 1uWe3Q-006xDk-Hm for pgsql-hackers@arkaria.postgresql.org; Tue, 01 Jul 2025 16:41:57 +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 1uWe3Q-006xDa-7I for pgsql-hackers@lists.postgresql.org; Tue, 01 Jul 2025 16:41:56 +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 1uWe3O-00580h-2a for pgsql-hackers@lists.postgresql.org; Tue, 01 Jul 2025 16:41:56 +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 561Gfo6K3245995; Tue, 1 Jul 2025 12:41:50 -0400 From: Tom Lane To: Michael Banck cc: pgsql-hackers@lists.postgresql.org Subject: Re: GNU/Hurd portability patches In-reply-to: <6862e8d1.050a0220.194b8d.76fa@mx.google.com> References: <6862e8d1.050a0220.194b8d.76fa@mx.google.com> Comments: In-reply-to Michael Banck message dated "Mon, 30 Jun 2025 21:43:13 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3245993.1751388110.1@sss.pgh.pa.us> Date: Tue, 01 Jul 2025 12:41:50 -0400 Message-ID: <3245994.1751388110@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Michael Banck writes: > please find attached the current patches required to get master built > and the testsuites run on Debian's hurd-i386 port. I have not had the > time to test the hurd-amd64 port in the same fashion, but will do so > next. Pushed, after some fooling with the comments and commit messages. Please go ahead and set up a Hurd buildfarm member, so that it stays fixed. regards, tom lane