On 4/7/15 10:06 PM, Fujii Masao wrote:
> Mark the second argument of pg_log as the translatable string in nls.mk.
gettext (msgmerge) is unhappy about this because
po/pg_rewind.pot:501: warning: internationalized messages should not
contain the '\r' escape sequence
--
Sent via pgsql-committers
Peter Eisentraut wrote:
> On 4/7/15 10:06 PM, Fujii Masao wrote:
> > Mark the second argument of pg_log as the translatable string in nls.mk.
>
> gettext (msgmerge) is unhappy about this because
>
> po/pg_rewind.pot:501: warning: internationalized messages should not
> contain the '\r' escape seq
Move pg_archivecleanup from contrib/ to src/bin/
Reviewed-by: Michael Paquier
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/83aca89f7c3f913d960e2ea2d4d93b7d8e7a691d
Modified Files
--
contrib/Makefile |1 -
contrib/pg_ar
On Sun, Apr 12, 2015 at 10:17 AM, Alvaro Herrera wrote:
> What pg_basebackup's progress_report() does is have the message in the
> translatable part not include the \r; the \r is in a separate fprintf()
> call.
Like the attached then.
--
Michael
diff --git a/src/bin/pg_rewind/logging.c b/src/bin/