pgsql: Fix translation domain in pg_basebackup

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix translation domain in pg_basebackup
Дата
Msg-id E1aDYCr-00056y-3O@gemulon.postgresql.org
обсуждение исходный текст
Список 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_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/4fb9e6109a40a084eef102f4b6a827a01d69dbb8

Modified Files
--------------
src/bin/pg_basebackup/pg_receivexlog.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt()
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix translation domain in pg_basebackup