pgsql: Remove PQsslpassword function - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Remove PQsslpassword function
Date
Msg-id E1idb07-0006G6-FB@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Improve test coverage of ruleutils.c.
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: improve documentation about run-time pruning's effects on E