Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 Mar 2022 17:10:04 +0000 (13:10 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 Mar 2022 17:10:04 +0000 (13:10 -0400)
commitd914eb347fcd7554a7afda5efaa709582f64f660
treeb4c32e6e38ea830faf4a5d4e3e0ee525f5bceead
parent3f1ce973467a0d285961bf2f99b11d06e264e2c1
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
src/bin/pg_dump/pg_backup_tar.c