pgsql: pg_rewind: Improve internationalization

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_rewind: Improve internationalization
Date: 2016-03-28 17:38:02
Message-ID: E1akb74-00083I-89@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_rewind: Improve internationalization

This is mostly cosmetic since two of the three changes are debug
messages, and the third one is just a progress indicator.

Author: Michaël Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cad3edef4f51c37c4b4d8667a2e76a81ca53f9e7

Modified Files
--------------
src/bin/pg_rewind/datapagemap.c | 3 ++-
src/bin/pg_rewind/filemap.c | 6 +++++-
src/bin/pg_rewind/pg_rewind.c | 12 +++++++-----
3 files changed, 14 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2016-03-28 17:44:07 pgsql: Update expected file from quoting change
Previous Message Stephen Frost 2016-03-28 17:35:58 Re: pgsql: Improve internationalization of messages involving type names