Re: Few untranslated error messages in OAuth - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Few untranslated error messages in OAuth
Date
Msg-id aRV_Gtu48_Qaeto4@paquier.xyz
Whole thread Raw
In response to Few untranslated error messages in OAuth  ("Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>)
List pgsql-hackers
On Thu, Nov 13, 2025 at 06:01:29AM +0000, Zhijie Hou (Fujitsu) wrote:
> During testing of libpq, I noticed several error messages not processed by
> libpq_gettext, resulting in their exclusion from *.pot files. The attached patch
> wraps these messages.

(Added Jacob and Daniel in CC.)

async_ctx says that errcxt "will be translated for you.", but these
are missing from the translation files.  So yes, it looks like you are
right.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Arseniy Mukhin
Date:
Subject: Re: Optimize LISTEN/NOTIFY
Next
From: Chao Li
Date:
Subject: Re: Suggestion to add --continue-client-on-abort option to pgbench