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

From: Timon <timosha(at)gmail(dot)com>
To: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Cc: Gabriele Franch <franch(at)fbk(dot)eu>, Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgadmin-support] bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane
Date: 2013-06-18 08:35:55
Message-ID: CAAeC-SvLJaNX6B1S6=5tQ2G2XE4B6C-702m+XxnYDyk4jELUhQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgadmin-support

seems that commit 140e8aee4cb5d423bb76ad81874e442d3e17b5c1 (Rewrite
the debugger to resolve numerous known issues and instabilities mostly
due to the threading code.) also broke ability to cancel query by
pressing stop button in query editor

2013/5/16 Dave Page <dpage(at)pgadmin(dot)org>:
> 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 <franch(at)fbk(dot)eu> 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-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 raise_something () CASCADE;
>> CREATE OR REPLACE FUNCTION raise_something ()
>> RETURNS VOID AS
>> $BODY$
>> BEGIN
>> RAISE WARNING 'Something';
>> RAISE NOTICE 'Something else';
>> END
>> $BODY$
>> LANGUAGE plpgsql;
>>
>> select * from raise_something();
>>
>> Gabriele Franch
>>
>> --
>> Sent via pgadmin-support mailing list (pgadmin-support(at)postgresql(dot)org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgadmin-support
>
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>
> --
> Sent via pgadmin-support mailing list (pgadmin-support(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-support

--
All bugs reserved

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2013-06-18 08:46:28 Re: bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane
Previous Message Neel Patel 2013-06-14 06:02:45 Re: Materialized View Patch File

Browse pgadmin-support by date

  From Date Subject
Next Message Ashesh Vashi 2013-06-18 08:46:28 Re: bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane
Previous Message Brett Maton 2013-06-18 05:13:12 Re: Server Instrumentation