pgAdmin III commit: Ensure the debugger can cope with functions that ha

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Ensure the debugger can cope with functions that ha
Date: 2013-09-23 10:27:54
Message-ID: E1VO3Mw-0000fB-5e@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure the debugger can cope with functions that have an OUT parameter as the first.

Branch
------
master

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

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/debugger/dbgTargetInfo.cpp | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-09-23 10:28:42 pgAdmin III commit: Ensure the debugger can cope with functions that ha
Previous Message Dave Page 2013-09-23 08:54:35 pgAdmin III commit: Ensure non-void functions return a value.