Some messages of pg_rewind --debug not getting translated

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Some messages of pg_rewind --debug not getting translated
Дата
Msg-id CAB7nPqQMghiLLA-neYyffg8Y1oBZV6DdqsFHEk34P-MeU2h4SQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Some messages of pg_rewind --debug not getting translated  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
Hi all,

I found that some of the messages generated by pg_rewind --debug are
not getting translated because the string messages are not put within
_(%s). For the debug messages of the file map and the data page map
this is not really a problem because those do not involve any
translatable words like "blk", but for the timeline history file I
think that's a bug. Attached is a patch putting everything under
pg_log(PG_DEBUG) so as we do not rely directly on printf().
Regards,
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: OOM in libpq and infinite loop with getCopyStart()
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: multivariate statistics v14