Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings. Update pg_backup_tar.c along the same lines as 62aa2bb29 and other previous cleanup: we can now rely on %lld or %llu as long as we explicitly cast to long long or unsigned long long.
Japin Li Discussion: https://postgr.es/m/meyp282mb16694f7cc1b119b4ecdd8cbeb6...@meyp282mb1669.ausp282.prod.outlook.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/d914eb347fcd7554a7afda5efaa709582f64f660 Modified Files -------------- src/bin/pg_dump/pg_backup_tar.c | 48 ++++++++--------------------------------- 1 file changed, 9 insertions(+), 39 deletions(-)
