Re: Inconsistencies in error messages - Mailing list pgsql-hackers

From John Naylor
Subject Re: Inconsistencies in error messages
Date
Msg-id CAFBsxsE5rZ4Cf=OcP8FjkaTbrGkan0pG8JPYYVq4qHUQjX1q1w@mail.gmail.com
Whole thread Raw
In response to Inconsistencies in error messages  (Ekaterina Kiryanova <e.kiryanova@postgrespro.ru>)
Responses Re: Inconsistencies in error messages
Re: Inconsistencies in error messages
List pgsql-hackers
On Wed, Sep 14, 2022 at 5:01 PM Ekaterina Kiryanova
<e.kiryanova@postgrespro.ru> wrote:
>
> Hi,
>
> When translating error messages, Alexander Lakhin
> (<exclusion@gmail.com>) noticed some inconsistencies so I prepared a
> small patch to fix those.

+1

This one

- errmsg("background worker \"%s\": background worker without shared
memory access are not supported",
+ errmsg("background worker \"%s\": background workers without shared
memory access are not supported",

is a grammar error so worth backpatching, but the rest are cosmetic.

Will commit this way unless there are objections.

-- 
John Naylor
EDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: New strategies for freezing, advancing relfrozenxid early
Next
From: Alvaro Herrera
Date:
Subject: Re: Inconsistencies in error messages