Fix translation domain in pg_basebackup
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 28 Dec 2015 13:50:35 +0000 (10:50 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 28 Dec 2015 13:50:35 +0000 (10:50 -0300)
commitfc995bfdbfa52ddc50a6737ae4cc37be39215dd8
treeca6f63fc3110a10b79078f1833c51131be32b0f7
parent743229a67e24aaee3f671bc5692100fe94c47436
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.
src/bin/pg_basebackup/pg_receivexlog.c
src/bin/pg_basebackup/pg_recvlogical.c