Re: BUG: pgScript NOT thread safe!!

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Dave Page <dpage(at)pgadmin(dot)org>, Mickael Deloison <mdeloison(at)gmail(dot)com>, Andras Fabian <Fabian(at)atrada(dot)net>, pgadmin-support(at)postgresql(dot)org
Subject: Re: BUG: pgScript NOT thread safe!!
Date: 2009-06-25 18:37:40
Message-ID: 4A43C3F4.4040707@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi Dave,

Please find the updated patch.
I have realized that parallel execution of the queries is possible,
which I had disabled in the previous patch. :(

Please find the updated patches (v2.1 - with message-box & v2.2 -
without message box).
(Though I prefer the patch with the message box, I don't like the to add
last moment translation messages. :( )
Thoughts...

Magnus Hagander wrote:
> Dave Page wrote:
>> That was my thought Ashesh - plus we could push out 1.10.1 pretty soon
>> with a long-term solution.
>
> I still think it's better with a message. Even if it's not translated
> for everybody. (And yes, I realize the issue for translators)
>
> But I'll defer to you if you think it's better to just block. I'm
> worried about the length of the block leading to UI freezes though...
>
--
Thanks & Regards,
Ashesh Vashi

EnterpriseDB INDIA: http://www.enterprisedb.com

Attachment Content-Type Size
AvoidRunningMultipleScripts_v2.1.patch text/x-diff 1.6 KB
AvoidRunningMultipleScripts_v2.2.patch text/x-diff 1.5 KB

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2009-06-25 18:41:43 Re: BUG: pgScript NOT thread safe!!
Previous Message Magnus Hagander 2009-06-25 18:07:28 Re: BUG: pgScript NOT thread safe!!