Fix translation domain in pg_basebackup

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 4fb9e6109a40a084eef102f4b6a827a01d69dbb8
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2015-12-28T13:50:35Z
Releases: 9.2.15
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.

Files

PathChange+/−
src/bin/pg_basebackup/pg_receivexlog.c modified +1 −1