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