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
------
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(-)

Reply via email to