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 07:18:22
Message-ID: 38c1a437-8bf0-4cd1-a744-c0d40c03f90c@app.fastmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

--
Álvaro Herrera

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2025-07-22 07:36:29 Re: IndexAmRoutine aminsertcleanup function can be NULL?
Previous Message Michael Paquier 2025-07-22 07:13:24 Re: Support getrandom() for pg_strong_random() source