Issue with libpq < 8.4

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Issue with libpq < 8.4
Дата
Msg-id 4C7395B3.2020805@lelarge.info
обсуждение исходный текст
Ответы Re: Issue with libpq < 8.4  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgadmin-hackers
Hi,

I found a rather big issue with our connection functions. We try to use
the PQconninfoParse but it doesn't exist on libpq release less than 8.4.
And that triggers the deadly:

pgadmin3: symbol lookup error: pgadmin3: undefined symbol: PQconninfoParse

And kaboom.

I don't think this issue will show up in Windows and Mac OS X. But I'm
much more afraid for Linux builds. Someone that installs pgAdmin3 will
have a libpq installed. Not sure it'll be the last one (8.4 libpq). can
we tell packagers to make sure their pgadmin3 packages are tied to an
8.4 (at least) libpq?

Is this something we should bother? and if yes, how should we handle
this? (adding #ifdef won't work, getting out PQconninfoParse really
doesn't please me).


--
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

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

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #230: Combobox for FK column in the edit grid
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Issue with libpq < 8.4