Re: [PATCH] libpq: Wrap out-of-memory error messages with libpq_gettext() - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [PATCH] libpq: Wrap out-of-memory error messages with libpq_gettext()
Date
Msg-id aRKZaiQ9AZhECwgW@paquier.xyz
Whole thread Raw
In response to Re: [PATCH] libpq: Wrap out-of-memory error messages with libpq_gettext()  (Joshua Shanks <jjshanks@gmail.com>)
List pgsql-hackers
On Mon, Nov 10, 2025 at 05:21:00PM -0800, Joshua Shanks wrote:
> You're absolutely right, thank you for catching that! I was
> double-wrapping the translation.
>
> libpq_append_conn_error() already calls libpq_gettext()
> internally (fe-misc.c:1420), so these changes are unnecessary. I'm
> withdrawing this patch.

Following a bit here, as I'm sure that this thread comes from
861af9261035.

The reason behind the additions of the two libpq_gettext() in
passwordFromFile(), as done in 861af9261035, is just to provide a
safety net in case we introduce a new caller of passwordFromFile()
that forgets to apply gettext(), with for example a new message
printed to stderr.  Not mandatory for these two new cases as
libpq_append_conn_error() is called shortly after grabbing the error
message grabbed for the current caller of passwordFromFile(), still
better to have in the long-run, IMO.  That's also the style we've
adopted for the error messages related to the protocol or fe-exec.c.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: "Jonathan S. Katz"
Date:
Subject: Re: 2025-11-13 release announcement draft
Next
From: Rohit Prasad
Date:
Subject: Re: Include extension path on pg_available_extensions