Re: Log prefix missing for subscriber log messages received from publisher - Mailing list pgsql-hackers

From Álvaro Herrera
Subject Re: Log prefix missing for subscriber log messages received from publisher
Date
Msg-id 38c1a437-8bf0-4cd1-a744-c0d40c03f90c@app.fastmail.com
Whole thread Raw
In response to Re: Log prefix missing for subscriber log messages received from publisher  (Fujii Masao <masao.fujii@oss.nttdata.com>)
Responses Re: Log prefix missing for subscriber log messages received from publisher
List 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
contribis the easiest solution. I think another option is to add -lintl to the link line but that's probably messier,
andwithout advantage since we still won't have translation support. 

--
Álvaro Herrera



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Support getrandom() for pg_strong_random() source
Next
From: Peter Smith
Date:
Subject: Re: IndexAmRoutine aminsertcleanup function can be NULL?