On Thu, Aug 14, 2025 at 11:13:28AM +0900, Fujii Masao wrote:
> On Tue, Aug 12, 2025 at 7:36 PM Fujii Masao wrote:
> >
> > On Tue, Aug 12, 2025 at 4:45 PM Japin Li wrote:
> > >
> > > Hi, all
> > >
> > > Commit 2633dae2e487 standardized LSN formatting with zero-padding.
> > > However,
> > > a mist
On Tue, Aug 12, 2025 at 7:36 PM Fujii Masao wrote:
>
> On Tue, Aug 12, 2025 at 4:45 PM Japin Li wrote:
> >
> > Hi, all
> >
> > Commit 2633dae2e487 standardized LSN formatting with zero-padding. However,
> > a mistake was made (by me) in the example within a comment.
> >
> > This patch provides a
On Tue, Aug 12, 2025 at 4:45 PM Japin Li wrote:
>
> Hi, all
>
> Commit 2633dae2e487 standardized LSN formatting with zero-padding. However,
> a mistake was made (by me) in the example within a comment.
>
> This patch provides a fix for that.
>
> diff --git a/src/include/access/xlogdefs.h b/src/inc
, 12 Aug 2025 15:26:34 +0800
Subject: [PATCH] Update the LSN format in the comment example
The previous comment example use %X/08X, which is incorrect. The standardized
format is %X/%08X.
---
src/include/access/xlogdefs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/inc