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

From vignesh C
Subject Re: Log prefix missing for subscriber log messages received from publisher
Date
Msg-id CALDaNm0qcFjzT-Qry0bXv20_ntEO-gXJ-ujHjC1zFd8HVy7Emg@mail.gmail.com
Whole thread Raw
In response to Re: Log prefix missing for subscriber log messages received from publisher  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-hackers
On Tue, 22 Jul 2025 at 18:43, Fujii Masao <masao.fujii@gmail.com> wrote:
>
> On Tue, Jul 22, 2025 at 9:49 PM Álvaro Herrera <alvherre@kurilemu.de> wrote:
> >
> > On 2025-Jul-22, Fujii Masao wrote:
> >
> > > On Tue, Jul 22, 2025 at 8:47 PM Álvaro Herrera <alvherre@kurilemu.de> wrote:
> >
> > > > Oh yeah, I should have remembered this -- see commit 213c959a294d.  Feel
> > > > free to do away with the whole translation thing ... doesn't seem worth
> > > > spending more time on it.
> > >
> > > Yes! The attached patch removes the translation marker and the
> > > gettext_noop() calls I recently added.
> >
> > LGTM.
>
> Thanks for the review!
>
>
> > > > We should still remove all gettext_noop() markers in contrib :-)
> > >
> > > You mean to remove gettext_noop() also from basic_archive.c?
> >
> > Yes, it's useless and misleading.  Feel free to do it in the same commit ...
>
> I've included that change in the patch and pushed it. Thanks!

Thanks Fuji-san for handling and pushing this issue.

Regards,
Vignesh



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Verify predefined LWLocks tranches have entries in wait_event_names.txt
Next
From: Japin Li
Date:
Subject: Re: [WIP]Vertical Clustered Index (columnar store extension) - take2