| From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Remove PQsslpassword function |
| Date: | 2019-12-07 14:24:03 |
| Message-ID: | E1idb07-0006G6-FB@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2019-12-08 15:36:43 | pgsql: Doc: improve documentation about run-time pruning's effects on E |
| Previous Message | Tom Lane | 2019-12-06 22:40:43 | pgsql: Improve test coverage of ruleutils.c. |