Re: [pgadmin-hackers] Segfault on property dialog for the index.

2011-04-28 Thread Timon
> I did. And you're completely right. Your patch fixed the issue. I > suppose Timon had the same issue. Too bad it won't be in beta 1. > Anyways, thanks for your patch. Yup, it solves my problem. Thanks. -- All bugs reserved -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.o

Re: [pgadmin-hackers] Segfault on property dialog for the index.

2011-04-28 Thread Guillaume Lelarge
Le 28/04/2011 16:44, Ashesh Vashi a écrit : > Hi Dave/Guillaume, > > I found a crash on ubuntu, when try to open the properties window for any > index. > I am running pgAdminIII against PG 9.0.2. > > Please find the patch to resolve the crash. > > Guillaume, > > I am really not aware of the col

[pgadmin-hackers] Segfault on property dialog for the index.

2011-04-28 Thread Ashesh Vashi
Hi Dave/Guillaume, I found a crash on ubuntu, when try to open the properties window for any index. I am running pgAdminIII against PG 9.0.2. Please find the patch to resolve the crash. Guillaume, I am really not aware of the collation implementation, but this patch certainly avoid the crash. C