pgsql: libpq: Error message improvement - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: libpq: Error message improvement
Date
Msg-id E1pyrKm-0005r0-Fk@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
libpq: Error message improvement

Move a variable name out of the translatable message, to make it
identical to others.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/27debd05dcbdfe3db487ba82568f7f9ae25ddde2

Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Mark internal messages as no longer translatable
Next
From: Tom Lane
Date:
Subject: pgsql: Ensure Soundex difference() function handles empty input sanely.