Обсуждение: pgsql: Fix incorrect format placeholders

Поиск
Список
Период
Сортировка

pgsql: Fix incorrect format placeholders

От
Peter Eisentraut
Дата:
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(-)