]> granicus.if.org Git - postgresql/commit
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)
commit4fb9e6109a40a084eef102f4b6a827a01d69dbb8
tree2833b90a17d33c6b500eb13f249303e2fdb0bb69
parent51dd54ba79cc4b42a77c5246853a5794f44e1818
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