Re: Drop schema/Create new schema SIGSEGV - pgadmin3 git version

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: Drop schema/Create new schema SIGSEGV - pgadmin3 git version
Дата
Msg-id 1326407723.2303.10.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Drop schema/Create new schema SIGSEGV - pgadmin3 git version  (Vladimir Kokovic <vladimir.kokovic@gmail.com>)
Ответы Re: Drop schema/Create new schema SIGSEGV - pgadmin3 git version  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgadmin-support
On Thu, 2012-01-12 at 18:29 +0100, Vladimir Kokovic wrote:
> Hi,
> 
> If I try to drop or create new schema 'Program received signal
> SIGSEGV, Segmentation fault' happened.
> 
> Problem is in the line 51 of pgadmin3/pgadmin/ctl/ctlDefaultSecurityPanel.cpp.
> 
> Should be: if (conn && conn->BackendMinimumVersion(9, 2))
> 

Nope. This will simply not display the tab, and we don't want that.
There is a bug to fix, but that's not the good way to fix it: we want to
keep the tab. So, we need to understand why conn isn't available at this
time.

But thanks for your report.


-- 
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com
PostgreSQL Sessions #3: http://www.postgresql-sessions.org



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

Предыдущее
От: "bdmytrak@eranet.pl"
Дата:
Сообщение: Problem with selection of table column type
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Problem with selection of table column type