]> git.ipfire.org Git - thirdparty/postgresql.git/commit
libpq: Add missing gettext markers
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 12 Jun 2024 13:31:31 +0000 (15:31 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 12 Jun 2024 13:31:31 +0000 (15:31 +0200)
commita0fe90efef91fcd578a85a0f0c5bcab55285b1d7
tree4191a451e9c6bc2d9e4776609b090343dfc7b356
parentd112ea46813277351b577ee586c6e84e7de8ab27
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.
src/interfaces/libpq/fe-connect.c