Revert "Add libpq function PQhostaddr()."
Noah Misch <noah@leadboat.com>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpq.sgml | modified | +0 −18 |
| src/bin/psql/command.c | modified | +1 −1 |
| src/interfaces/libpq/exports.txt | modified | +0 −1 |
| src/interfaces/libpq/fe-connect.c | modified | +0 −8 |
| src/interfaces/libpq/libpq-fe.h | modified | +0 −1 |