Re: Remove INT64_FORMAT in translatable strings

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Remove INT64_FORMAT in translatable strings
Дата
Msg-id 1110708.1647623560@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Remove INT64_FORMAT in translatable strings  (Japin Li <japinli@hotmail.com>)
Ответы Re: Remove INT64_FORMAT in translatable strings  (Justin Pryzby <pryzby@telsasoft.com>)
Re: Remove INT64_FORMAT in translatable strings  (Japin Li <japinli@hotmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: Column Filtering in Logical Replication
Следующее
От: Zhihong Yu
Дата:
Сообщение: Re: a misbehavior of partition row movement (?)