pgsql: Fix untranslatable assembly of libpq connection failure message

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix untranslatable assembly of libpq connection failure message
Date: 2011-05-19 22:42:45
Message-ID: E1QNBvZ-0002Rp-Kd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-05-20 21:58:06 pgsql: Message style improvements
Previous Message Peter Eisentraut 2011-05-19 18:38:49 pgsql: Consistent spacing for lengthy error messages