pgsql: Remove obsolete unconstify() - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove obsolete unconstify()
Date
Msg-id E1soHkb-000YPg-Qv@gemulon.postgresql.org
Whole thread Raw
List 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@yesql.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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: common/jsonapi: support libpq as a client
Next
From: Tomas Vondra
Date:
Subject: pgsql: Fix unique key checks in JSON object constructors