]> granicus.if.org Git - postgresql/commit
Revert "Add libpq function PQhostaddr()."
authorNoah Misch <noah@leadboat.com>
Sat, 29 Nov 2014 17:31:21 +0000 (12:31 -0500)
committerNoah Misch <noah@leadboat.com>
Sat, 29 Nov 2014 17:34:12 +0000 (12:34 -0500)
commit27b6f9ce7b12f82599f95f296abe7bb8942a6041
tree7ac933ce5f86d1e102019f484888d8d80a5ba467
parent866c6ab456f97478ad7b316a8c9fbf7c9e9a3143
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.
doc/src/sgml/libpq.sgml
src/bin/psql/command.c
src/interfaces/libpq/exports.txt
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/libpq-fe.h