Re: Inconsistent LSN format in pg_waldump output
Álvaro Herrera <alvherre@kurilemu.de>
From: Álvaro Herrera <alvherre@kurilemu.de>
To: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Cc: Japin Li <japinli@hotmail.com>, Michael Paquier <michael@paquier.xyz>, Masahiko Sawada <sawada.mshk@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-07-07T16:36:29Z
Lists: pgsql-hackers
Attachments
- 0001-fix-pg_upgrade-test.patch (text/x-diff)
On 2025-Jul-07, Álvaro Herrera wrote: > Meanwhile, crake is failing the cross-version upgrade test because of > this change, and I'm not sure what solution I'm going to offer. Maybe > use the AdjustUpgrade.pm infrastructure to set all the pg_lsn column > values to NULL if the old version is earlier than 19 and the new version > is 19 or later :-) I think this should work, but I'm going to run against each of these versions to verify it before pushing. -- Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/ "Hay que recordar que la existencia en el cosmos, y particularmente la elaboración de civilizaciones dentro de él no son, por desgracia, nada idílicas" (Ijon Tichy)
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