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-08-07 08:05:32
Message-ID: E1V6ykO-0008Qt-CR@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
------
REL-1_16_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=de460df6732cd1e1ded8eb4ec993d4bdd3765565
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-08-07 08:06:21 pgAdmin III commit: Correct the version number for a fix following a ch
Previous Message Dave Page 2013-08-07 08:02:24 pgAdmin III commit: Initialise variables properly to avoid random synta