pgsql: Detect presence of SSL_get_current_compression

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Detect presence of SSL_get_current_compression
Дата
Msg-id E1X75Gl-0006Jc-Uv@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Detect presence of SSL_get_current_compression

Apparently we still build against OpenSSL so old that it doesn't
have this function, so add an autoconf check for it to make the
buildfarm happy. If the function doesn't exist, always return
that compression is disabled, since presumably the actual
compression functionality is always missing.

For now, hardcode the function as present on MSVC, since we should
hopefully be well beyond those old versions on that platform.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5e4c9b37312e7d9dcb88e1e0a1fc279c780dd89e

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


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: psql: Show tablespace size in \db+
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Move view reloptions into their own varlena struct