Re: redundant error messages

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: redundant error messages
Date: 2020-11-07 22:15:08
Message-ID: 2fa536d8-bf58-774f-e470-7da18fad751e@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2020-11-05 13:27, Peter Eisentraut wrote:
> A few client tools duplicate error messages already provided by libpq,
> such as
>
> pg_rewind: fatal: could not connect to server: could not connect to
> server: No such file or directory
>
> pg_basebackup: error: could not connect to server: could not connect to
> server: No such file or directory
>
> psql: error: could not connect to server: could not connect to server:
> No such file or directory
>
> The psql case is actually a regression introduced in PG12, but the other
> two appear to be ancient.

I have committed fixes for these.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2020-11-07 22:21:49 Re: First-draft release notes for back branches are up
Previous Message Tomas Vondra 2020-11-07 22:05:49 Re: First-draft release notes for back branches are up