Re: [COMMITTERS] pgsql: Mark the second argument of pg_log as the translatable string in

2015-04-11 Thread Peter Eisentraut
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

Re: [COMMITTERS] pgsql: Mark the second argument of pg_log as the translatable string in

2015-04-11 Thread Alvaro Herrera
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

[COMMITTERS] pgsql: Move pg_archivecleanup from contrib/ to src/bin/

2015-04-11 Thread Peter Eisentraut
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

Re: [COMMITTERS] pgsql: Mark the second argument of pg_log as the translatable string in

2015-04-11 Thread Michael Paquier
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/