agora inbox for pgsql-committers@postgresql.org
help / color / mirror / Atom feedFrom: Michael Paquier <michael@paquier.xyz>
To: pgsql-committers@lists.postgresql.org
Subject: pgsql: Fix translation of pg_controldata and pg_resetwal's NextOID outp
Date: Mon, 14 Sep 2026 22:53:59 +0000
Message-ID: <E1x6FYl-00000000Lko-2Sgq@gemulon.postgresql.org> (raw)
Fix translation of pg_controldata and pg_resetwal's NextOID output
xgettext does not recognize OID8_FORMAT and therefore extracts an
incomplete message. This switches to PRIu64 instead.
Kyotaro Horiguchi has noticed one problem in pg_controldata, and I have
spotted the extra two ones in pg_resetwal after more review.
Oversight in cb298616463d.
Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Author: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/20260914.124645.2220219320843846932.horikyota.ntt@gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/ceae3099da7b43d1130267f6904da3c22f1b49eb
Modified Files
--------------
src/bin/pg_controldata/pg_controldata.c | 2 +-
src/bin/pg_resetwal/pg_resetwal.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
Message-ID: <E1x6FYl-00000000Lko-2Sgq@gemulon.postgresql.org>
Permalink: ../E1x6FYl-00000000Lko-2Sgq@gemulon.postgresql.org/
Also on: postgresql.org/message-id/E1x6FYl-00000000Lko-2Sgq@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: michael@paquier.xyz, pgsql-committers@lists.postgresql.org
Subject: Re: pgsql: Fix translation of pg_controldata and pg_resetwal's NextOID outp
In-Reply-To: <E1x6FYl-00000000Lko-2Sgq@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