pgsql: Move SSL API comments to header files - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Move SSL API comments to header files
Date
Msg-id E1edxSJ-0005bC-9k@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Move SSL API comments to header files

Move the documentation of the SSL API calls are supposed to do into the
headers files, instead of keeping them in the files for the OpenSSL
implementation.  That way, they don't have to be duplicated or be
inconsistent when other implementations are added.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f966101d19fcef6441e43da417467b3ed5ad3074

Modified Files
--------------
src/backend/libpq/be-secure-openssl.c    | 38 --------------------
src/include/libpq/libpq-be.h             | 46 ++++++++++++++++++++++++
src/interfaces/libpq/fe-secure-openssl.c | 57 ++++-------------------------
src/interfaces/libpq/libpq-int.h         | 62 +++++++++++++++++++++++++++++++-
4 files changed, 113 insertions(+), 90 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.