Re: de-catalog one error message

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: Pg Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: de-catalog one error message
Date: 2023-05-11 10:11:30
Message-ID: 2EEB072E-DE43-436A-AF22-1513D970F878@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 10 May 2023, at 19:54, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:

> ..as I understand, this cannot happen merely because of a full
> disk, because that should fail during _write_ of the file, not read.
> And no other user-caused causes should exist.
>
> Therefore, I propose to turn these messages into errmsg_internal(), so
> that we do not translate them.

AFAICT from following the code that seems correct, and I agree with removing
them from translation to lessen the burden on our translators.

--
Daniel Gustafsson

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2023-05-11 11:07:53 Re: Order changes in PG16 since ICU introduction
Previous Message Daniel Gustafsson 2023-05-11 09:57:37 Re: Redundant strlen(query) in get_rel_infos