agora inbox for pgsql-committers@postgresql.org
help / color / mirror / Atom feedFrom: Álvaro Herrera <alvherre@kurilemu.de>
To: pgsql-committers@lists.postgresql.org
Subject: pgsql: Fix LSN format in REPACK worker debug message
Date: Mon, 20 Jul 2026 11:52:56 +0000
Message-ID: <E1wlmYK-000000001Pf-3NXk@gemulon.postgresql.org> (raw)
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
------
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(-)
view thread (2+ messages) latest in thread
Message-ID: <E1wlmYK-000000001Pf-3NXk@gemulon.postgresql.org>
Permalink: ../E1wlmYK-000000001Pf-3NXk@gemulon.postgresql.org/
Also on: postgresql.org/message-id/E1wlmYK-000000001Pf-3NXk@gemulon.postgresql.org
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: pgsql-committers@postgresql.org
Cc: alvherre@kurilemu.de, pgsql-committers@lists.postgresql.org
Subject: Re: pgsql: Fix LSN format in REPACK worker debug message
In-Reply-To: <E1wlmYK-000000001Pf-3NXk@gemulon.postgresql.org>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox