Re: BackgroundPsql swallowing errors on windows

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Andres Freund <andres@anarazel.de>
Cc: Jacob Champion <jacob.champion@enterprisedb.com>, Daniel Gustafsson <daniel@yesql.se>, Michael Paquier <michael.paquier@gmail.com>, Heikki Linnakangas <heikki.linnakangas@iki.fi>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Noah Misch <noah@leadboat.com>
Date: 2025-02-17T00:24:24Z
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 →
  1. tests: BackgroundPsql: Fix potential for lost errors on windows

  2. Improve handling of empty query results in BackgroundPsql::query()

  3. Extend Cluster.pm's background_psql() to be able to start asynchronously

On Sun, Feb 16, 2025 at 07:03:39PM -0500, Andres Freund wrote:
> git {show|log|...} --abbrev-commit

Ah, thanks for the hint.  This can also be controlled by core.abbrev at
repo level with %h.  Didn't suspect this keyword.

> Cool, will after the minor release freeze.

Thanks, Andres.  If you'd prefer that I double-check the code and do
it as the former committer of these two ones, please let me know.
--
Michael