pgsql: Remove workarounds for avoiding [U]INT64_FORMAT in translatable

2022-03-21 Thread Tom Lane
Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings. Further code simplification along the same lines as d914eb347 and earlier patches. Aleksander Alekseev, Japin Li Discussion: https://postgr.es/m/caj7c6tmski3xs8h5mp38xonqqpblazjvvxvfpn++roitdjc...@mail.gmail.com Branch --

pgsql: Remove workarounds for avoiding [U]INT64_FORMAT in translatable

2022-03-18 Thread Tom Lane
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/