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

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

From
svn@pgadmin.org
Date:
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
elementsof the pgQueryThread object whilst the query thread is still manipulating them. This could result in the Edit
Gridshowing 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