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 1unMLS-0060O8-Kg for pgsql-hackers@arkaria.postgresql.org; Sat, 16 Aug 2025 19:13:39 +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 1unMLP-006jRO-Ga for pgsql-hackers@arkaria.postgresql.org; Sat, 16 Aug 2025 19:13:36 +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 1unMLP-006jQ6-69 for pgsql-hackers@lists.postgresql.org; Sat, 16 Aug 2025 19:13:35 +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 1unMLN-000D18-0A for pgsql-hackers@postgresql.org; Sat, 16 Aug 2025 19:13:35 +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 57GJDSjh041864; Sat, 16 Aug 2025 15:13:28 -0400 From: Tom Lane To: Noah Misch cc: Andres Freund , pgsql-hackers@postgresql.org Subject: Re: BackgroundPsql swallowing errors on windows In-reply-to: <20250816175903.ca.nmisch@google.com> References: <20250216223951.a3.nmisch@google.com> <684214.1739747924@sss.pgh.pa.us> <20250216235843.7c.nmisch@google.com> <695158.1739753418@sss.pgh.pa.us> <9D3BCBE0-5DC1-4344-A87E-74F6809F2FF8@anarazel.de> <20250217015236.62.nmisch@google.com> <20250309172355.05.nmisch@google.com> <20250810184821.1a.nmisch@google.com> <2665135.1754852863@sss.pgh.pa.us> <20250816175903.ca.nmisch@google.com> Comments: In-reply-to Noah Misch message dated "Sat, 16 Aug 2025 10:59:03 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <41862.1755371608.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Sat, 16 Aug 2025 15:13:28 -0400 Message-ID: <41863.1755371608@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Noah Misch writes: > On Sun, Aug 10, 2025 at 03:07:43PM -0400, Tom Lane wrote: >> That's great news, but apparently there is some lag in new packages >> actually becoming available for download: > Hmm. I've never used MacPorts, so I'll probably not be an informed > commentator on its release flow. If relevant (probably not): > https://ports.macports.org/port/p5.34-ipc-run/details/ does show missing= "Port > Health" for Sequoia (x86_64), Sonoma (arm64), and Sonoma (x86_64). Dunno, but it is there now: after another upgrade run, $ port installed | grep ipc p5.34-ipc-run @20250809.0.0_0 (active) I've updated all my macOS buildfarm animals to this version. regards, tom lane