Re: pgsql: Log remote NOTICE, WARNING, and similar messages using ereport() - Mailing list pgsql-committers

From Álvaro Herrera
Subject Re: pgsql: Log remote NOTICE, WARNING, and similar messages using ereport()
Date
Msg-id 202507221251.ceu2nliouc2u@alvherre.pgsql
Whole thread Raw
In response to Re: pgsql: Log remote NOTICE, WARNING, and similar messages using ereport()  (Andrei Lepikhov <lepihov@gmail.com>)
List pgsql-committers
On 2025-Jul-22, Andrei Lepikhov wrote:

> Perhaps I'm wrong, but it seems to me that you also need to add the libintl
> link to the Makefile of each module that uses the libpqsrv_notice_receiver
> routine.

That would amount to supporting translations of contrib modules, but
there's actually a bunch of additional work to do if we want to do that.
IMO the proper fix for this, at least for now, is to remove it:

  https://www.postgresql.org/message-id/202507221147.sdg2rmhbqb5z%40alvherre.pgsql

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



pgsql-committers by date:

Previous
From: Andrei Lepikhov
Date:
Subject: Re: pgsql: Log remote NOTICE, WARNING, and similar messages using ereport()
Next
From: Andres Freund
Date:
Subject: pgsql: aio: Fix assertion, clarify README