pgsql: Move EDH support to common files - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Move EDH support to common files
Date
Msg-id E1edxSJ-0005bA-9g@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Add parallel-aware hash joins.
Next
From: Amit Kapila
Date:
Subject: Re: pgsql: Allow UPDATE to move rows between partitions.