Re: Excessive LOG messages from replication slot sync worker

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Japin Li <japinli(at)hotmail(dot)com>, shveta malik <shveta(dot)malik(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Excessive LOG messages from replication slot sync worker
Date: 2025-08-14 04:08:40
Message-ID: CAHGQGwEtOLE_DLfx9RrBaaNbBGbABbHmuKmG8FcXevkd_qRagw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Aug 13, 2025 at 11:54 AM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
>
> On Tue, Aug 12, 2025 at 6:32 PM Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> >
> > Should we also update LOGICAL_REWRITE_FORMAT to use %08X?
> >
> > That said, the number of places to change is growing, and we're drifting
> > away from the original issue.... So I started thinking it might be better
> > to simply applying Shveta's patch to revert the incorrect format change
> > to fix the problem, and then discussing LSN-based filename standardization
> > in a separate thread.
> >
>
> +1.

I've pushed Shveta's patch. Thanks!

Regards,

--
Fujii Masao

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2025-08-14 04:12:47 Re: Excessive LOG messages from replication slot sync worker
Previous Message Chao Li 2025-08-14 04:04:40 Re: Make pgoutput documentation easier to find