[COMMITTERS] pgsql: Revert "Add libpq function PQhostaddr()."

2014-11-29 Thread Noah Misch
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 tha

[COMMITTERS] pgsql: Reimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14 with PQconn

2014-11-29 Thread Noah Misch
Reimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14 with PQconninfo(). Apart from ignoring "hostaddr" set to the empty string, this behaves identically to its predecessor. Back-patch to 9.4, where the original commit first appeared. Reviewed by Fujii Masao. Branch -- master Details --

[COMMITTERS] pgsql: Reimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14 with PQconn

2014-11-29 Thread Noah Misch
Reimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14 with PQconninfo(). Apart from ignoring "hostaddr" set to the empty string, this behaves identically to its predecessor. Back-patch to 9.4, where the original commit first appeared. Reviewed by Fujii Masao. Branch -- REL9_4_STABLE Details

[COMMITTERS] pgsql: Revert "Add libpq function PQhostaddr()."

2014-11-29 Thread Noah Misch
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 tha

Re: [COMMITTERS] pgsql: Revert "Add libpq function PQhostaddr()."

2014-11-29 Thread Andrew Dunstan
Looks like this has broken the docs. See cheers andrew On 11/29/2014 12:43 PM, Noah Misch wrote: Revert "Add libpq function PQhostaddr()." This reverts commit 9f80f4835a55a1cbffcda5d23a617917f3286c14.

Re: [COMMITTERS] pgsql: Revert "Add libpq function PQhostaddr()."

2014-11-29 Thread Peter Eisentraut
On 11/29/14 12:43 PM, Noah Misch wrote: > Revert "Add libpq function PQhostaddr()." The documentation now fails to build. -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Remove PQhostaddr() from 9.4 release notes.

2014-11-29 Thread Noah Misch
Remove PQhostaddr() from 9.4 release notes. Back-patch to 9.4, like the feature's removal. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/5b12987b2e80fcf3af1f6fd23954da5c453e9e64 Modified Files -- doc/src/sgml/release-9.4.sgml |8 1 file cha

[COMMITTERS] pgsql: Remove PQhostaddr() from 9.4 release notes.

2014-11-29 Thread Noah Misch
Remove PQhostaddr() from 9.4 release notes. Back-patch to 9.4, like the feature's removal. Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/6bb6958fa2614a5f18e9ac992f8f9956db59e9d1 Modified Files -- doc/src/sgml/release-9.4.sgml |8 1 f