[pgadmin-support] Browser fixes

2013-05-16 Thread Dave Page
[CCing to -support as people there have been waiting for some of these fixes] The attached patch (against master) cleans up a number of issues in the browser code: - It fixes the collapsing tree issue by reverting patch 1 which attempted to fix a bug caused by patch 2. The bug in patch 2 has been

Re: [pgadmin-support] bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane

2013-05-16 Thread Dave Page
Ashesh - this appears to be related to the debugger changes. Can you take a look please? Thanks. On Thu, May 16, 2013 at 2:07 PM, Gabriele Franch wrote: > Hello, > I'm using pgadmin 1.18.0 Alpha 1 (compiled from > http://ftp.postgresql.org/pub/pgadmin3/release/v1.18.0-alpha1/src/pgadmin3-1.18.0-

Re: [pgadmin-support] bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane

2013-05-16 Thread Ashesh Vashi
It could be because of the changes in pgThread, made to redesign the debugger. I will investigate it. Thanks for the report. On Thu, May 16, 2013 at 6:37 PM, Gabriele Franch wrote: > Hello, > I'm using pgadmin 1.18.0 Alpha 1 (compiled from > > http://ftp.postgresql.org/pub/pgadmin3/release/v1.18

[pgadmin-support] bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane

2013-05-16 Thread Gabriele Franch
Hello, I'm using pgadmin 1.18.0 Alpha 1 (compiled from http://ftp.postgresql.org/pub/pgadmin3/release/v1.18.0-alpha1/src/pgadmin3-1.18.0-alpha1.tar.gz). Messages are repeated multiple times in messages pane. Version 1.16.1 does not expose this behavior. Example SQL: DROP FUNCTION IF EXISTS r

Re: [pgadmin-support] Latest git compile fails on 'EVP_PKEY_free'

2013-05-16 Thread Dave Page
Thanks for confirming Colin. On Thu, May 16, 2013 at 1:40 PM, Colin Beckingham wrote: > Thank you Akshay, compile now correct on Opensuse 12.3 64 bit. > > > Akshay Joshi said: > > Hi All > > We have fixed the issue of 'EVP_PKEY_free'. Thanks to Tim Wood for finding > the cause of the problem. > P

Re: [pgadmin-support] Latest git compile fails on 'EVP_PKEY_free'

2013-05-16 Thread Colin Beckingham
Thank you Akshay, compile now correct on Opensuse 12.3 64 bit. Akshay Joshi said: Hi All We have fixed the issue of 'EVP_PKEY_free'. Thanks to Tim Wood for finding the cause of the problem. Patch has been applied to the pgadmin. On Wed, May 8, 2013 at 3:15 PM, Dave Page wrote: > On Wed, May

Re: [pgadmin-support] Latest git compile fails on 'EVP_PKEY_free'

2013-05-16 Thread Akshay Joshi
Hi All We have fixed the issue of 'EVP_PKEY_free'. Thanks to Tim Wood for finding the cause of the problem. Patch has been applied to the pgadmin. On Wed, May 8, 2013 at 3:15 PM, Dave Page wrote: > On Wed, May 8, 2013 at 10:41 AM, Colin Beckingham wrote: > > > > > > On 05/06/2013 04:57 AM, Co