pgsql: Fix incorrect format placeholders

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix incorrect format placeholders
Дата
Msg-id E1mQPD6-0001OC-Er@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Update Unicode data to Unicode 14.0.0
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: doc: Clarify refresh options for DROP PUBLICATION