Re: Inconsistencies in error messages

From: John Naylor <john(dot)naylor(at)enterprisedb(dot)com>
To: Ekaterina Kiryanova <e(dot)kiryanova(at)postgrespro(dot)ru>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Inconsistencies in error messages
Date: 2022-09-14 10:25:57
Message-ID: CAFBsxsE5rZ4Cf=OcP8FjkaTbrGkan0pG8JPYYVq4qHUQjX1q1w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Sep 14, 2022 at 5:01 PM Ekaterina Kiryanova
<e(dot)kiryanova(at)postgrespro(dot)ru> wrote:
>
> Hi,
>
> When translating error messages, Alexander Lakhin
> (<exclusion(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2022-09-14 10:42:42 Re: Inconsistencies in error messages
Previous Message John Naylor 2022-09-14 10:18:08 Re: New strategies for freezing, advancing relfrozenxid early