Re: Excessive LOG messages from replication slot sync worker
Fujii Masao <masao.fujii@gmail.com>
From: Fujii Masao <masao.fujii@gmail.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: Japin Li <japinli@hotmail.com>, shveta malik <shveta.malik@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-08-14T04:08:40Z
Lists: pgsql-hackers
On Wed, Aug 13, 2025 at 11:54 AM Amit Kapila <amit.kapila16@gmail.com> wrote: > > On Tue, Aug 12, 2025 at 6:32 PM Fujii Masao <masao.fujii@gmail.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
Commits
-
Revert logical snapshot filename format change in SnapBuildSnapshotExists().
- e9a31c0cc604 19 (unreleased) landed
-
Standardize LSN formatting by zero padding
- 2633dae2e487 19 (unreleased) cited