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 <[email protected]>
Backpatch-through: 19
Discussion: 
https://postgr.es/m/CAPXstDuWD8jg0=c8pxtxgsttszcjqj+u+xkcrmpn99cxsxq...@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(-)

Reply via email to