pgsql: Fix translation domain in pg_basebackup

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix translation domain in pg_basebackup
Date: 2015-12-28 13:51:25
Message-ID: E1aDYCr-00056v-2b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix translation domain in pg_basebackup

For some reason, we've been overlooking the fact that pg_receivexlog
and pg_recvlogical are using wrong translation domains all along,
so their output hasn't ever been translated. The right domain is
pg_basebackup, not their own executable names.

Noticed by Ioseph Kim, who's been working on the Korean translation.

Backpatch pg_receivexlog to 9.2 and pg_recvlogical to 9.4.

Branch
------
REL9_4_STABLE

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

Modified Files
--------------
src/bin/pg_basebackup/pg_receivexlog.c | 2 +-
src/bin/pg_basebackup/pg_recvlogical.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-12-28 16:04:57 pgsql: Update documentation about pseudo-types.
Previous Message Alvaro Herrera 2015-12-27 16:04:45 pgsql: Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt()