pgsql: libpq: Add missing gettext markers

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: libpq: Add missing gettext markers
Date: 2024-06-12 13:35:05
Message-ID: E1sHO80-001C1b-H6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

libpq: Add missing gettext markers

Follow-up to 87d2801d4b: That commit restored some lost error
messages, but they ended up in a place where xgettext wouldn't find
them. Rather than elevating ENCRYPTION_NEGOTIATION_FAILED() to a
gettext trigger, it's easiest for now to put in some explicit
libpq_gettext() calls in the couple of call sites.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a0fe90efef91fcd578a85a0f0c5bcab55285b1d7

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2024-06-12 21:02:20 pgsql: Harmonize function parameter names for Postgres 17.
Previous Message Peter Eisentraut 2024-06-12 06:53:29 pgsql: libpq: Remove a gettext marker