pgsql: Move \r out of translatable strings - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Move \r out of translatable strings
Date
Msg-id E1QtazS-0007fi-Su@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Move \r out of translatable strings

The translation tools are very unhappy about seeing \r in translatable
strings, so move it to a separate fprintf call.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/9dcaf9a0526ff988566a47d21b5a8149e17c9ba2

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c |   14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Move \r out of translatable strings
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: If backup-end record is not seen, and we reach end of recovery f