pgAdmin III commit: Keep better track of when external process threads

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Keep better track of when external process threads
Date: 2013-07-26 12:57:04
Message-ID: E1V2hZw-0000ys-IU@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Keep better track of when external process threads are running to avoid crashes if the user closes a window at the wrong time.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=76df8b8a5a2252e98df038aebff129ebca14ea2d
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
pgadmin/dlg/dlgClasses.cpp | 19 ++++++++++++++++++-
pgadmin/include/dlg/dlgClasses.h | 4 ++++
2 files changed, 22 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-07-26 12:57:40 Re: Fixed crash in execution dialog
Previous Message Akshay Joshi 2013-07-26 07:53:51 Fixed crash in execution dialog