Fix incorrect format placeholders
Peter Eisentraut <peter@eisentraut.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_amcheck/pg_amcheck.c | modified | +4 −9 |
| src/bin/pg_basebackup/pg_basebackup.c | modified | +2 −7 |
| src/bin/pg_rewind/pg_rewind.c | modified | +2 −7 |