agora inbox for pgsql-committers@postgresql.org
help / color / mirror / Atom feedFrom: Peter Eisentraut <peter@eisentraut.org>
To: pgsql-committers@lists.postgresql.org
Subject: pgsql: Fix incorrect format placeholders
Date: Wed, 15 Sep 2021 07:20:00 +0000
Message-ID: <E1mQPD6-0001OC-Er@gemulon.postgresql.org> (raw)
Fix incorrect format placeholders
Also remove obsolete comments about why the 64-bit integers need to be
printed in a separate buffer. The reason used to be portability, but
now the remaining reason is that we need the string lengths for the
progress displays. That is evident by looking at the code right
below, so a new comment doesn't seem necessary.
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/e03b807e12bbb72d53ed53502dfb2c1e063e467c
Modified Files
--------------
src/bin/pg_amcheck/pg_amcheck.c | 13 ++++---------
src/bin/pg_basebackup/pg_basebackup.c | 9 ++-------
src/bin/pg_rewind/pg_rewind.c | 9 ++-------
3 files changed, 8 insertions(+), 23 deletions(-)
view thread (29+ messages) latest in thread
Message-ID: <E1mQPD6-0001OC-Er@gemulon.postgresql.org>
Permalink: ../E1mQPD6-0001OC-Er@gemulon.postgresql.org/
Also on: postgresql.org/message-id/E1mQPD6-0001OC-Er@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: peter@eisentraut.org, pgsql-committers@lists.postgresql.org
Subject: Re: pgsql: Fix incorrect format placeholders
In-Reply-To: <E1mQPD6-0001OC-Er@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