libpq: Add missing gettext markers

Peter Eisentraut <peter@eisentraut.org>

Commit: a0fe90efef91fcd578a85a0f0c5bcab55285b1d7
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2024-06-12T13:31:31Z
Releases: 17.0
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.

Files

PathChange+/−
src/interfaces/libpq/fe-connect.c modified +2 −2