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 1ulBOZ-00BtrT-VP for pgsql-hackers@arkaria.postgresql.org; Sun, 10 Aug 2025 19:07:51 +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 1ulBOY-008MGK-8f for pgsql-hackers@arkaria.postgresql.org; Sun, 10 Aug 2025 19:07:50 +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 1ulBOX-008MFA-Uj for pgsql-hackers@lists.postgresql.org; Sun, 10 Aug 2025 19:07:49 +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 1ulBOV-001pl1-0b for pgsql-hackers@postgresql.org; Sun, 10 Aug 2025 19:07:49 +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 57AJ7h9F2665136; Sun, 10 Aug 2025 15:07:43 -0400 From: Tom Lane To: Noah Misch cc: Andres Freund , pgsql-hackers@postgresql.org Subject: Re: BackgroundPsql swallowing errors on windows In-reply-to: <20250810184821.1a.nmisch@google.com> References: <20250216184740.55.nmisch@google.com> <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> Comments: In-reply-to Noah Misch message dated "Sun, 10 Aug 2025 11:48:21 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2665134.1754852863.1@sss.pgh.pa.us> Date: Sun, 10 Aug 2025 15:07:43 -0400 Message-ID: <2665135.1754852863@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, Mar 09, 2025 at 10:23:55AM -0700, Noah Misch wrote: >> Yep. I put the tree in the necessary state, and [...] > https://metacpan.org/dist/IPC-Run is now a fresh release, and > https://ports.macports.org/search/?q=ipc-run&name=on shows that version. That's great news, but apparently there is some lag in new packages actually becoming available for download: $ sudo port selfupdate ---> Checking for newer releases of MacPorts MacPorts base version 2.11.4 installed, MacPorts base version 2.11.4 available. ---> MacPorts base is already the latest version ---> Updating the ports tree The ports tree has been updated. All installed ports are up to date. $ port installed | grep ipc p5.34-ipc-run @20231003.0.0_0 (active) regards, tom lane