From: | Álvaro Herrera <alvherre(at)kurilemu(dot)de> |
---|---|
To: | Andrei Lepikhov <lepihov(at)gmail(dot)com> |
Cc: | Fujii Masao <fujii(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | Re: pgsql: Log remote NOTICE, WARNING, and similar messages using ereport() |
Date: | 2025-07-22 12:51:46 |
Message-ID: | 202507221251.ceu2nliouc2u@alvherre.pgsql |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
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/
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2025-07-22 12:52:12 | Re: pgsql: Log remote NOTICE, WARNING, and similar messages using ereport() |
Previous Message | Andrei Lepikhov | 2025-07-22 12:30:48 | Re: pgsql: Log remote NOTICE, WARNING, and similar messages using ereport() |
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2025-07-22 12:52:12 | Re: pgsql: Log remote NOTICE, WARNING, and similar messages using ereport() |
Previous Message | Álvaro Herrera | 2025-07-22 12:49:35 | Re: Log prefix missing for subscriber log messages received from publisher |