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

Поиск
Список
Период
Сортировка
От svn@pgadmin.org
Тема SVN Commit by dpage: r5510 - in trunk/pgadmin3/src: base frm include/base
Дата
Msg-id 200610212308.k9LN867K001464@developer.pgadmin.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r5509 - trunk/www
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r5511 - trunk/pgadmin3/src/frm