pgAdmin III commit: Check for the session (backend) on which the target

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Check for the session (backend) on which the target
Date: 2013-06-20 13:43:28
Message-ID: E1Upf96-0007IE-Vd@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Check for the session (backend) on which the target was running, if it does not exist, we wait for another session to invoke the target.

Also - resolved couple of other problem related to the debugger:
- On cancellation of progress dialog, it was not closing the debugger.
- In direct debugging, the target was invoked without taking care about quotes.

This patch also includes couple of other issues introduced by the earlier patch.
1. Showing the messages multiple times in the message window (Query window)
2. Cancellation of query wasn't working on Query window.

Branch
------
master

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

Modified Files
--------------
pgadmin/ctl/ctlSQLResult.cpp | 23 +++++-
pgadmin/db/pgQueryThread.cpp | 129 ++++++++++++++++++++++++------
pgadmin/debugger/dbgController.cpp | 6 ++
pgadmin/debugger/dbgEvents.cpp | 45 ++++++++++-
pgadmin/debugger/dbgTargetInfo.cpp | 4 +-
pgadmin/frm/frmQuery.cpp | 4 +
pgadmin/include/db/pgQueryThread.h | 4 +
pgadmin/include/debugger/dbgController.h | 4 +
8 files changed, 187 insertions(+), 32 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-06-20 13:43:36 Re: PATCH: Debugger Redesign
Previous Message Dave Page 2013-06-20 13:18:31 pgAdmin III commit: Use wxT() instead of _T() which doesn't work on Sol