On Thu, 2012-01-12 at 23:35 +0100, Guillaume Lelarge wrote:
> 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/pga
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->Backend
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))
root@vlD-kuci:/tmp# gdb --args
/media/sda5/tmp/pgad