pgsql: Move EDH support to common files

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Move EDH support to common files
Дата
Msg-id E1edxSJ-0005bA-9g@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Move EDH support to common files

The EDH support is not really specific to the OpenSSL implementation, so
move the support and documentation comments to common files.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/573bd08b99e277026e87bb55ae69c489fab321b8

Modified Files
--------------
src/backend/libpq/README.SSL          | 22 +++++++++++++
src/backend/libpq/be-secure-openssl.c | 58 +----------------------------------
src/include/libpq/libpq-be.h          | 19 ++++++++++++
3 files changed, 42 insertions(+), 57 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add parallel-aware hash joins.
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: pgsql: Allow UPDATE to move rows between partitions.