pgAdmin III commit: Only attempt to cancel query threads that are actua

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Only attempt to cancel query threads that are actua
Date: 2013-07-08 13:47:57
Message-ID: E1UwBnJ-00089a-PH@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Only attempt to cancel query threads that are actually running.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f7e8a2e6ed4c13911e8c39cb8a2be2401d4d18c9
Author: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
pgadmin/ctl/ctlSQLResult.cpp | 39 ++++++++++++++++++++-----------------
pgadmin/debugger/dbgEvents.cpp | 2 +-
pgadmin/debugger/dlgDirectDbg.cpp | 30 ++++++++++++++++++----------
3 files changed, 42 insertions(+), 29 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-07-08 13:48:09 Re: PATCH: Wait for the thread only if it is running
Previous Message Dave Page 2013-07-08 13:44:32 Re: PATCH: Handling too many notices from the debugging function