Обсуждение: pgsql: Silence gettext warning about '\r' escape sequence in translatab

Поиск
Список
Период
Сортировка

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

От
Fujii Masao
Дата:
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(-)