Re: Fix LSN format in REPACK worker debug message

From: Alvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Kenny Chen <kennychen851228(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org, ah(at)cybertec(dot)at
Subject: Re: Fix LSN format in REPACK worker debug message
Date: 2026-07-20 12:00:48
Message-ID: al4N24Errot9b0I_@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2026-Jul-18, Kenny Chen wrote:

> Hello hackers,
>
> A debug message in repack_worker.c (added by commit 28d534e2ae0)
> still prints an LSN with the old %X/%X style. Commit 2633dae2e48
> standardized LSN output to %X/%08X via LSN_FORMAT_ARGS().
> The attached one-line patch fixes it.

You're right, thanks. Pushed.

--
Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/
"¿Cómo puedes confiar en algo que pagas y que no ves,
y no confiar en algo que te dan y te lo muestran?" (Germán Poo)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nazir Bilal Yavuz 2026-07-20 12:01:12 read stream: Backward I/O combining
Previous Message Alexander Korotkov 2026-07-20 11:59:05 Re: Restore vacuum_delay_point() in GIN posting-tree leaf vacuum