pgsql: Remove PQsslpassword function

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Remove PQsslpassword function
Дата
Msg-id E1idb07-0006G6-FB@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove PQsslpassword function

This partially reverts commit 4dc6355210.

The information returned by the function can be obtained by calling
PQconninfo(), so the function is redundant.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/libpq.sgml           | 18 ------------------
src/interfaces/libpq/exports.txt  |  7 +++----
src/interfaces/libpq/fe-connect.c |  8 --------
src/interfaces/libpq/libpq-fe.h   |  1 -
4 files changed, 3 insertions(+), 31 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve test coverage of ruleutils.c.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: improve documentation about run-time pruning's effects on E