Re: BackgroundPsql swallowing errors on windows
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Noah Misch <noah@leadboat.com>
Cc: Andres Freund <andres@anarazel.de>, pgsql-hackers@postgresql.org
Date: 2025-08-10T19:07:43Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
tests: BackgroundPsql: Fix potential for lost errors on windows
- bb2bf22761e1 13.21 landed
- c21ebcca7965 14.18 landed
- 70b650d18553 15.13 landed
- 4c9397c374d9 16.9 landed
- f61769adaa62 17.5 landed
- 8b886a4e3488 18.0 landed
-
Improve handling of empty query results in BackgroundPsql::query()
- 70291a3c66ec 18.0 cited
-
Extend Cluster.pm's background_psql() to be able to start asynchronously
- ba08edb06545 18.0 cited
Noah Misch <noah@leadboat.com> 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