pgsql: Remove configure check for OpenSSL's SSL_get_current_compression

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Remove configure check for OpenSSL's SSL_get_current_compression
Дата
Msg-id E1id1hE-0004Or-B8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove configure check for OpenSSL's SSL_get_current_compression()

This function has been added in OpenSSL 0.9.8, which is the oldest
version supported on HEAD, so checking for it at configure time is
useless.  Both the frontend and backend code did not even bother to use
it.

Reported-by: Daniel Gustafsson
Author: Michael Paquier
Reviewed-by: Daniel Gustafsson, Tom Lane
Discussion: https://postgr.es/m/20191205083252.GE5064@paquier.xyz
Discussion: https://postgr.es/m/98F7F99E-1129-41D8-B86B-FE3B1E286881@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/28f4bba66b572d6b3b8dc4fcf4e585821e0a5363

Modified Files
--------------
configure                     | 2 +-
configure.in                  | 2 +-
src/include/pg_config.h.in    | 3 ---
src/include/pg_config.h.win32 | 3 ---
src/include/port.h            | 4 ----
5 files changed, 2 insertions(+), 12 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: pg_basebackup: Refactor code for reading COPY and tar data.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Improve some comments in pg_upgrade.c