Re: Log prefix missing for subscriber log messages received from publisher

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>, Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: vignesh C <vignesh21(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Log prefix missing for subscriber log messages received from publisher
Date: 2025-07-22 09:24:03
Message-ID: 202507220924.kxk2tsgmgec6@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2025-Jul-22, Álvaro Herrera wrote:

> On 2025-07-22, Fujii Masao wrote:
>
> > The buildfarm member indri reported the following error, which seems related to
> > the recent changes in dblink. I'll investigate this later.
>
> Ah yes — contrib doesn't have gettext support and macOS doesn't like
> that. Maybe removing the gettext_noop calls in contrib is the easiest
> solution. I think another option is to add -lintl to the link line but
> that's probably messier, and without advantage since we still won't
> have translation support.

I wonder why doesn't contrib/basic_archive fail though.

--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/
"Saca el libro que tu religión considere como el indicado para encontrar la
oración que traiga paz a tu alma. Luego rebootea el computador
y ve si funciona" (Carlos Duclós)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Patrick Stählin 2025-07-22 09:30:21 Re: Draft for basic NUMA observability
Previous Message Amit Langote 2025-07-22 09:08:37 Re: track needed attributes in plan nodes for executor use