Обсуждение: pgsql: libpq: Remove a gettext marker

Поиск
Список
Период
Сортировка

pgsql: libpq: Remove a gettext marker

От
Peter Eisentraut
Дата:
libpq: Remove a gettext marker

This one error message is just a workaround for a missing OpenSSL
error string.  But OpenSSL does not have gettext support, so we don't
need to provide it in our workaround either.  That way, the
user-facing behavior is consistent whether the user has a fixed
OpenSSL or not.

Branch
------
master

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

Modified Files
--------------
src/interfaces/libpq/fe-secure-openssl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)