pgsql: Fix untranslatable assembly of libpq connection failure message - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix untranslatable assembly of libpq connection failure message
Date
Msg-id E1QNBvZ-0002Rp-Kd@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Update config.guess and config.sub
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Message style improvements