pgAdmin III commit: Fix the debugger invocation code to ensure it handl

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix the debugger invocation code to ensure it handl
Date: 2010-09-30 11:33:15
Message-ID: 201009301133.o8UBXF1O081663@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix the debugger invocation code to ensure it handles different combinations of server version and libpq builds as cleanly as possible.

Branch
------
REL-1_12_0_PATCHES

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

Modified Files
--------------
CHANGELOG | 3 +
pgadmin/debugger/debugger.cpp | 22 +++++++
pgadmin/debugger/dlgDirectDbg.cpp | 105 +++++++++++++------------------
pgadmin/include/debugger/dlgDirectDbg.h | 4 -
pgadmin/include/pgAdmin3.h | 5 ++
pgadmin/pgAdmin3.cpp | 43 +++++++++++++
6 files changed, 116 insertions(+), 66 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2010-09-30 11:33:23 pgAdmin III commit: Fix the debugger invocation code to ensure it handl
Previous Message Guillaume Lelarge 2010-09-29 17:18:05 pgAdmin III commit: Still forgot the damned CHANGELOG.