pgsql: Silence gettext warning about '\r' escape sequence in translatab

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Silence gettext warning about '\r' escape sequence in translatab
Дата
Msg-id E1YhWDO-0003W9-SI@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Silence gettext warning about '\r' escape sequence in translatable string.

gettext was unhappy about the commit b216ad7 because it revealed
the problem that internationalized messages may contain '\r' escape
sequence in pg_rewind. This commit moves '\r' to a separate printf() call.

Michael Paquier, bug reported by Peter Eisentraut

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1f94bec7a9e3e6b4fa5468236cf531fec16d1093

Modified Files
--------------
src/bin/pg_rewind/logging.c |    3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: emacs: Set indent-tabs-mode in perl-mode
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: pgsql: Mark the second argument of pg_log as the translatable string in