Re: Mark class_descr strings for translation - Mailing list pgsql-hackers

From Kyotaro Horiguchi
Subject Re: Mark class_descr strings for translation
Date
Msg-id 20260708.160052.801286754799826713.horikyota.ntt@gmail.com
Whole thread
In response to Re: Mark class_descr strings for translation  (Álvaro Herrera <alvherre@kurilemu.de>)
List pgsql-hackers
At Tue, 7 Jul 2026 18:50:27 +0200, Álvaro Herrera <alvherre@kurilemu.de> wrote in
> > >       "rol referenciado fue borrado concurrentemente"
> > >     "tabla referenciada fue borrada concurrentemente"

Ah, I hadn't considered that.

> On 2026-Jul-07, Peter Eisentraut wrote:
> > The class_descr is meant for internal messages only, for the reasons you
> > describe.  The fact that there is now a non-internal message that uses it is
> > a bug and that should be fixed at that caller.
>
> Ummm, okay, but I'm not really looking forward to having two dozen
> additional messages to translate that only differ in the object type.
>
> I'll stand by to see what other ideas we can come up with, then :-)

+1 from me.

Regards,

--
Kyotaro Horiguchi
NTT Open Source Software Center



pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: Wrong query result w/ propgraph single lateral col reference
Next
From: Heikki Linnakangas
Date:
Subject: Re: injection_points: Switch wait/wakeup to use atomics rather than latches