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 1v0Sqz-00ETzl-HT for pgsql-hackers@arkaria.postgresql.org; Sun, 21 Sep 2025 22:48: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 1v0Sqy-00FwYS-2u for pgsql-hackers@arkaria.postgresql.org; Sun, 21 Sep 2025 22:48:20 +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 1v0Sqx-00FwYK-Pp for pgsql-hackers@lists.postgresql.org; Sun, 21 Sep 2025 22:48: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 1v0Sqt-0025V8-2T for pgsql-hackers@lists.postgresql.org; Sun, 21 Sep 2025 22:48:19 +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 58LMm6DE2769048; Sun, 21 Sep 2025 18:48:06 -0400 From: Tom Lane To: Michael Paquier cc: Alexander Lakhin , Michael Banck , pgsql-hackers@lists.postgresql.org, Thomas Munro Subject: Re: GNU/Hurd portability patches In-reply-to: References: <6862e8d1.050a0220.194b8d.76fa@mx.google.com> <3245994.1751388110@sss.pgh.pa.us> <68643ea2.050a0220.128f53.3f77@mx.google.com> <2874644f-6431-41f4-abe2-99e5ab052606@gmail.com> Comments: In-reply-to Michael Paquier message dated "Mon, 22 Sep 2025 07:02:25 +0900" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2769046.1758494886.1@sss.pgh.pa.us> Date: Sun, 21 Sep 2025 18:48:06 -0400 Message-ID: <2769047.1758494886@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Michael Paquier writes: > On Sun, Sep 21, 2025 at 09:00:00AM +0300, Alexander Lakhin wrote: >> So it seems to me that Hurd is not mature enough yet to test Postgres. > I'd say that it is likely not mature enough for production. In terms > of testing, that seems kind of OK. However, failures like the one you > are reporting here bring noise in the buildfarm, meaning that we would > perhaps tend to ignore reports that are in fact legit because we don't > really know what would be Hurd-related or Postgres-related. Or we > could get mixes of both. Yeah, I think the tendency would be to write off any failures as "Hurd teething pains" unless there are similar reports from other animals. As long as the failure rate is pretty low, I'm okay with that. regards, tom lane