Re: Inconsistent LSN format in pg_waldump output
Álvaro Herrera <alvherre@kurilemu.de>
From: Álvaro Herrera <alvherre@kurilemu.de>
To: Japin Li <japinli@hotmail.com>
Cc: Masahiko Sawada <sawada.mshk@gmail.com>, Michael Paquier <michael@paquier.xyz>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-10-17T12:26:09Z
Lists: pgsql-hackers
Attachments
I found an old patch in my local worktree closely related to this work; here we take the additional step of changing the pattern used for .snap file names in logical decoding to use %X/%08X as the other patterns we changed for this. This changes both the sscanf() part of it as well as sprinft(). Any objections against this? -- Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/
Commits
-
Fix a couple more places in docs for pg_lsn change
- aa39b4e35ac6 19 (unreleased) landed
-
Adapt pg_upgrade test to pg_lsn output format difference
- 3adcf9fbd8ba 19 (unreleased) landed
-
Standardize LSN formatting by zero padding
- 2633dae2e487 19 (unreleased) landed