pgAdmin III commit: Better detection of PQconninfoParse function

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Better detection of PQconninfoParse function
Дата
Msg-id 201008261128.o7QBSTGg023760@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d927b4ebe4cc0e3317357f3cd9552df634ea1682

Log Message
-----------
Better detection of PQconninfoParse function

PQconninfoParse is only used if the built was done against an 8.4+ libpq.
A user can still compile pgAdmin with an older library but at the cost that
the application_name connection parameter won't be set when connecting to any
PostgreSQL releases (even 9.0+).

Branch
------
REL-1_12_0_PATCHES

Modified Files
--------------
acinclude.m4                   |   17 ++++++++++++++---
pgadmin/db/pgConn.cpp          |    2 ++
pgadmin/debugger/dbgPgConn.cpp |    2 ++
3 files changed, 18 insertions(+), 3 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Issue with libpq < 8.4
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Better detection of PQconninfoParse function