pgsql: Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.c
Дата
Msg-id E1iE6DD-0003C6-MD@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.c

HEAD supports OpenSSL 0.9.8 and newer versions, and this code likely got
forgotten as its surrounding comments mention an incorrect version
number.

Author: Michael Paquier
Reviewed-by: Peter Eisentraut
Discussion: https://postgr.es/m/20190927032311.GB8485@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/55282fa20f46c193bd4a89ad5bcd048048a8734d

Modified Files
--------------
src/backend/libpq/be-secure-openssl.c    |  9 ---------
src/interfaces/libpq/fe-secure-openssl.c | 12 ------------
2 files changed, 21 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: pgsql: Test pg_atomic_fetch_add_ with variable addend and 16-bitedge c
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve stability of partition_prune regression test.