Fix translation domain in pg_basebackup
authorAlvaro Herrera
Mon, 28 Dec 2015 13:50:35 +0000 (10:50 -0300)
committerAlvaro Herrera
Mon, 28 Dec 2015 13:50:35 +0000 (10:50 -0300)
commitf98bc20dd125bd356864d76e8b32fab2b2df51df
treec74b7196419552e74047847b07c67d895d525615
parent0a29cf693d385a60fb37c1f396af6fd8ffadc2e6
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