On Thu, 21 Aug 2025 at 15:52, Fujii Masao wrote:
> On Wed, Aug 20, 2025 at 10:37 AM Japin Li wrote:
>> Yeah. It's for both consistency and for proper file sorting.
>>
>> Zero-padding ensures that when a file system or tool sorts the snapshot files
>> alphabetically, the order is also chronologic
On Wed, Aug 20, 2025 at 10:37 AM Japin Li wrote:
> Yeah. It's for both consistency and for proper file sorting.
>
> Zero-padding ensures that when a file system or tool sorts the snapshot files
> alphabetically, the order is also chronological. For example, without
> zero-padding, 2-1.snap would
On Wed, Aug 20, 2025 at 12:37:27AM +0900, Fujii Masao wrote:
> On Wed, Aug 13, 2025 at 9:56 AM Japin Li wrote:
> >
> > In commit 2633dae2e, I standardized the LSN formatting for log messages
> > using
> > zero-padding. However, I mistakenly changed the snapshot file name[1].
> >
> > I'd like to
On Wed, Aug 13, 2025 at 9:56 AM Japin Li wrote:
>
> In commit 2633dae2e, I standardized the LSN formatting for log messages using
> zero-padding. However, I mistakenly changed the snapshot file name[1].
>
> I'd like to standardize the LSN-based filename. What's your feedback on this?
Thanks for