pgsql: Remove obsolete unconstify()

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove obsolete unconstify()
Date: 2024-09-11 07:26:54
Message-ID: E1soHkb-000YPg-Qv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove obsolete unconstify()

This is no longer needed as of OpenSSL 1.1.0 (the current minimum
version). LibreSSL made the same change around the same time as well.

Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://www.postgresql.org/message-id/20463f79-a7b0-4bba-a178-d805f99c02f9%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1fb2308e698ec7aebc1b6676f29e3363a1281479

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2024-09-11 12:00:06 pgsql: Fix unique key checks in JSON object constructors
Previous Message Peter Eisentraut 2024-09-11 07:05:14 pgsql: common/jsonapi: support libpq as a client