pgsql: Fix incorrect format placeholders

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect format placeholders
Date: 2021-09-15 07:20:00
Message-ID: E1mQPD6-0001OC-Er@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2021-09-15 07:57:28 pgsql: doc: Clarify refresh options for DROP PUBLICATION
Previous Message Peter Eisentraut 2021-09-15 06:23:46 pgsql: Update Unicode data to Unicode 14.0.0