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

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Revert "Add libpq function PQhostaddr()."
Дата
Msg-id E1Xum2y-00026b-Oj@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Revert "Add libpq function PQhostaddr()."  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-committers
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
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/27b6f9ce7b12f82599f95f296abe7bb8942a6041

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(-)


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Reimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14 with PQconn
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Revert "Add libpq function PQhostaddr()."