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(-)