pgsql: Revert "Add libpq function PQhostaddr()."

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert "Add libpq function PQhostaddr()."
Date: 2014-11-29 17:43:04
Message-ID: E1Xum2y-00026X-OS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Revert "Add libpq function PQhostaddr()."

This reverts commit 9f80f4835a55a1cbffcda5d23a617917f3286c14. The
function returned the raw value of a connection parameter, a task served
by PQconninfo(). The next commit will reimplement the psql \conninfo
change that way. Back-patch to 9.4, where that commit first appeared.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2cda889984a6f5ad405318f9e91202d258383b66

Modified Files
--------------
doc/src/sgml/libpq.sgml | 18 ------------------
src/bin/psql/command.c | 2 +-
src/interfaces/libpq/exports.txt | 1 -
src/interfaces/libpq/fe-connect.c | 8 --------
src/interfaces/libpq/libpq-fe.h | 1 -
5 files changed, 1 insertion(+), 29 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-11-29 19:09:09 Re: [COMMITTERS] pgsql: Revert "Add libpq function PQhostaddr()."
Previous Message Alvaro Herrera 2014-11-28 21:10:46 pgsql: Fix BRIN operator family definitions

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-11-29 19:09:09 Re: [COMMITTERS] pgsql: Revert "Add libpq function PQhostaddr()."
Previous Message Tomas Vondra 2014-11-29 16:57:14 Re: PATCH: decreasing memory needlessly consumed by array_agg