Re: add more NLS to bin

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: add more NLS to bin
Дата
Msg-id e5b5970a-611e-41a2-9365-235ca6bf7025@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: add more NLS to bin  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: add more NLS to bin
Список pgsql-hackers
On 11/3/16 7:17 PM, Michael Paquier wrote:
> This patch not being complicated, so I would vote for those being
> addressed now so as they are not forgotten even if there is a FIXME
> flag added. Perhaps you don't think so, and as that's a minor issue
> I'll be fine with your judgement as well.

OK, I just wrapped it in translation markers as is, which should work
well enough.

>>> In util.c, doesn't pg_log_v() need to handle strings used in fprintf?
>>
>> Which specific lines do you have in mind?
>
> The verbose logs at the top. In pg_rewind for example those logs are
> getting translated via the pg_log() calls used with PG_DEBUG.

Yeah that was wrong anyway.  The previously existing translation markers
were wrong.  We want to translate the fmt, not the formatted message.

New patch attached.

--
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Applying XLR_INFO_MASK correctly when looking at WAL record information
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: macaddr 64 bit (EUI-64) datatype support