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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove workarounds for avoiding [U]INT64_FORMAT in translatable
Date: 2022-03-18 17:10:12
Message-ID: E1nVG79-000IPc-E9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-03-18 17:26:12 pgsql: Specify database encoding in new ICU test.
Previous Message Tom Lane 2022-03-18 15:07:04 Re: pgsql: Add option to use ICU as global locale provider