Fix LSN format in REPACK worker debug message - Mailing list pgsql-hackers

From Kenny Chen
Subject Fix LSN format in REPACK worker debug message
Date
Msg-id CAPXstDuWD8jg0=C8PXTXGSTTsZcjqJ+u+xKCrMpN99CXsxQzCg@mail.gmail.com
Whole thread
Responses Re: Fix LSN format in REPACK worker debug message
List pgsql-hackers
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.

Regards,
Kenny

Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: sequencesync worker race with REFRESH SEQUENCES
Next
From: Ian Lawrence Barwick
Date:
Subject: Re: [PATCH] Rename "getdatabaseencoding()" to "pg_database_encoding()", and document