agora inbox for pgsql-committers@postgresql.orghelp / color / mirror / Atom feed
pgsql: Fix LSN format in REPACK worker debug message 2+ messages / 1 participants [nested] [flat]
* pgsql: Fix LSN format in REPACK worker debug message @ 2026-07-20 11:52 Álvaro Herrera <alvherre@kurilemu.de> 0 siblings, 0 replies; 2+ messages in thread From: Álvaro Herrera @ 2026-07-20 11:52 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org Fix LSN format in REPACK worker debug message Commit 6f6f284c7ee4 introduced use of LSN_FORMAT_ARGS across the whole tree to remove use of manual bit-shifting, and commit 2633dae2e487 changed the printf format to be %X/%08X; however commit 28d534e2ae0a violated both conventions by reintroducing the old manual-shift style with the deprecated %X/%X format in one debug message. Make that new message conform to our style. Author: kenny <kennychen851228@gmail.com> Backpatch-through: 19 Discussion: https://postgr.es/m/CAPXstDuWD8jg0=C8PXTXGSTTsZcjqJ+u+xKCrMpN99CXsxQzCg@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/c94409ebc3d7e9179d517736cbe9a948571f7c85 Modified Files -------------- src/backend/commands/repack_worker.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ^ permalink raw reply [nested|flat] 2+ messages in thread
* pgsql: Fix LSN format in REPACK worker debug message @ 2026-07-20 11:52 Álvaro Herrera <alvherre@kurilemu.de> 0 siblings, 0 replies; 2+ messages in thread From: Álvaro Herrera @ 2026-07-20 11:52 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org Fix LSN format in REPACK worker debug message Commit 6f6f284c7ee4 introduced use of LSN_FORMAT_ARGS across the whole tree to remove use of manual bit-shifting, and commit 2633dae2e487 changed the printf format to be %X/%08X; however commit 28d534e2ae0a violated both conventions by reintroducing the old manual-shift style with the deprecated %X/%X format in one debug message. Make that new message conform to our style. Author: kenny <kennychen851228@gmail.com> Backpatch-through: 19 Discussion: https://postgr.es/m/CAPXstDuWD8jg0=C8PXTXGSTTsZcjqJ+u+xKCrMpN99CXsxQzCg@mail.gmail.com Branch ------ REL_19_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/10389a7e15e0ed0214e19c6560edd4dc6bb07a35 Modified Files -------------- src/backend/commands/repack_worker.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2026-07-20 11:52 UTC | newest] Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2026-07-20 11:52 pgsql: Fix LSN format in REPACK worker debug message Álvaro Herrera <alvherre@kurilemu.de> 2026-07-20 11:52 pgsql: Fix LSN format in REPACK worker debug message Álvaro Herrera <alvherre@kurilemu.de>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox