pgsql: Reimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14 with PQconn

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Reimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14 with PQconn
Дата
Msg-id E1Xum2y-00026e-Oo@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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
-------
http://git.postgresql.org/pg/commitdiff/36e52479852ee3343b901c1744faa690f5fac242

Modified Files
--------------
src/bin/psql/command.c |   23 ++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)


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

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