Re: Remove INT64_FORMAT in translatable strings - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Remove INT64_FORMAT in translatable strings
Date
Msg-id 1110708.1647623560@sss.pgh.pa.us
Whole thread Raw
In response to Remove INT64_FORMAT in translatable strings  (Japin Li <japinli@hotmail.com>)
Responses Re: Remove INT64_FORMAT in translatable strings  (Justin Pryzby <pryzby@telsasoft.com>)
Re: Remove INT64_FORMAT in translatable strings  (Japin Li <japinli@hotmail.com>)
List pgsql-hackers
Japin Li <japinli@hotmail.com> writes:
> we can rely on %lld/%llu and we decided to use them in translatable strings.

Seems like good cleanup, so pushed.  I think though that project style
is to use "long long" or "unsigned long long", without the unnecessary
"int" --- it certainly makes little sense to do it both ways in the
same patch.

> However, I am not sure how to update the *.po files under the pg_dump/po
> directory. Any suggestions?

The translation team manages those files.  We don't normally touch them
during code development.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Column Filtering in Logical Replication
Next
From: Zhihong Yu
Date:
Subject: Re: a misbehavior of partition row movement (?)