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

From Álvaro Herrera
Subject pgsql: Fix LSN format in REPACK worker debug message
Date
Msg-id E1wlmYK-000000001Ph-3SaP@gemulon.postgresql.org
Whole thread
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: Move code to get_tables_to_repack_partitioned
Next
From: Fujii Masao
Date:
Subject: pgsql: Avoid ERROR in recovery target GUC assign hooks