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:28:42
Message-ID: E1VO3Ni-0000g7-RW@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
------
REL-1_18_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7f2662759a0892b5640915e16193710a8a5a90a5
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:34:22 Re: PATCH: Failed to take care of the function with first argument as OUT and second as IN/INOUT parameter
Previous Message Dave Page 2013-09-23 10:27:54 pgAdmin III commit: Ensure the debugger can cope with functions that ha