SVN Commit by dpage: r5510 - in trunk/pgadmin3/src: base frm include/base

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r5510 - in trunk/pgadmin3/src: base frm include/base
Date: 2006-10-21 23:08:06
Message-ID: 200610212308.k9LN867K001464@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage

Date: 2006-10-22 00:08:05 +0100 (Sun, 22 Oct 2006)

New Revision: 5510

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5510&view=rev

Log:
Don't try to override the IsRunning member of pgQueryThread as it may result in the main thread attempting to access elements of the pgQueryThread object whilst the query thread is still manipulating them. This could result in the Edit Grid showing a status of 'aborting' and a crash. Include a couple of cleanups at the same time.

Modified:
trunk/pgadmin3/src/base/pgSetBase.cpp
trunk/pgadmin3/src/frm/frmEditGrid.cpp
trunk/pgadmin3/src/include/base/pgSetBase.h

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-10-21 23:48:32 SVN Commit by dpage: r5511 - trunk/pgadmin3/src/frm
Previous Message svn 2006-10-21 21:17:08 SVN Commit by dpage: r5509 - trunk/www