pgsql: libpq: Remove a gettext marker

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: libpq: Remove a gettext marker
Date: 2024-06-12 06:53:29
Message-ID: E1sHHrM-0019cx-F8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-06-12 13:35:05 pgsql: libpq: Add missing gettext markers
Previous Message Peter Eisentraut 2024-06-12 02:49:35 pgsql: Fix typo in error message