Re: BUG: pgScript NOT thread safe!!

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

Ashesh Vashi wrote:
> Hi Dave,
>
> This patch does the job.
> But, it will not be able disable to toolbar buttons on each windows.
> Introduced a static variable of type wxMutex for these operations.
>
> Please take a look at it.

I'd rather see something that throws up a messagebox informing the user
that parallel execution of pgscript is not supported, if this is the
route we have to go down.

--
Magnus Hagander
Self: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2009-06-25 17:35:24 Re: BUG: pgScript NOT thread safe!!
Previous Message Ashesh Vashi 2009-06-25 17:09:34 Re: BUG: pgScript NOT thread safe!!