SVN Commit by dpage: r5510 - in trunk/pgadmin3/src: base frm include/base - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by dpage: r5510 - in trunk/pgadmin3/src: base frm include/base
Date
Msg-id 200610212308.k9LN867K001464@developer.pgadmin.org
Whole thread Raw
List 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
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

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r5509 - trunk/www
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r5511 - trunk/pgadmin3/src/frm