Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d914eb347fcd7554a7afda5efaa709582f64f660
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2022-03-18T17:10:04Z
Releases: 15.0
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/MEYP282MB16694F7CC1B119B4ECDD8CBEB6139@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM

Files

PathChange+/−
src/bin/pg_dump/pg_backup_tar.c modified +9 −39

Discussion