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

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Silence gettext warning about '\r' escape sequence in translatab
Date: 2015-04-13 04:43:18
Message-ID: E1YhWDO-0003W9-SI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2015-04-13 04:43:41 Re: pgsql: Mark the second argument of pg_log as the translatable string in
Previous Message Peter Eisentraut 2015-04-13 03:54:45 pgsql: emacs: Set indent-tabs-mode in perl-mode