pgsql: Extract common bits from OpenSSL implementation

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Extract common bits from OpenSSL implementation
Дата
Msg-id E1edxSJ-0005bE-9o@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Extract common bits from OpenSSL implementation

Some things in be-secure-openssl.c and fe-secure-openssl.c were not
actually specific to OpenSSL but could also be used by other
implementations.  In order to avoid copy-and-pasting, move some of that
code to common files.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1c2183403b958422c27782329ba19f9a3e0874ba

Modified Files
--------------
src/backend/libpq/be-secure-openssl.c    | 62 +---------------------------
src/backend/libpq/be-secure.c            | 71 ++++++++++++++++++++++++++++++++
src/include/libpq/libpq.h                |  1 +
src/interfaces/libpq/fe-secure-openssl.c |  8 ----
src/interfaces/libpq/fe-secure.c         | 14 ++++---
5 files changed, 81 insertions(+), 75 deletions(-)


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

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