pgsql: Fix untranslatable assembly of libpq connection failure message

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix untranslatable assembly of libpq connection failure message
Дата
Msg-id E1QNBvZ-0002Rp-Kd@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix untranslatable assembly of libpq connection failure message

Even though this only affects the insertion of a parenthesized word,
it's unwise to assume that parentheses can pass through untranslated.
And in any case, the new version is clearer in the code and for
translators.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fcd4575905608a6dd0868bd6ab99f3e06a743152

Modified Files
--------------
src/interfaces/libpq/fe-connect.c |   46 +++++++++++++++++++++----------------
1 files changed, 26 insertions(+), 20 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Update config.guess and config.sub
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Message style improvements