On 2025-Jul-22, Fujii Masao wrote:

> Is the issue caused by the use of _() in libpq-be-fe-helpers.h,
> instead of using gettext_noop() in dblink.c? At least in my test
> environment, the build error disappeared after applying
> the following change:
> 
> - errmsg_internal("%s: %.*s", _(prefix), len, message));
> + errmsg_internal("%s: %.*s", prefix, len, message));

Oh yeah, I should have remembered this -- see commit 213c959a294d.  Feel
free to do away with the whole translation thing ... doesn't seem worth
spending more time on it.

We should still remove all gettext_noop() markers in contrib :-)

-- 
Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/


Reply via email to