pgsql: Move SSL API comments to header files

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Move SSL API comments to header files
Дата
Msg-id E1edxSJ-0005bC-9k@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

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