pgsql: Silence gettext warning about '\r' escape sequence in translatab - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Silence gettext warning about '\r' escape sequence in translatab
Date
Msg-id E1YhWDO-0003W9-SI@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: emacs: Set indent-tabs-mode in perl-mode
Next
From: Fujii Masao
Date:
Subject: Re: pgsql: Mark the second argument of pg_log as the translatable string in