pgAdmin III commit: Ensure the debugger can cope with functions that ha - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin III commit: Ensure the debugger can cope with functions that ha
Date
Msg-id E1VO3Ni-0000g7-RW@gothos.postgresql.org
Whole thread Raw
List 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.vashi@enterprisedb.com>

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


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin III commit: Ensure the debugger can cope with functions that ha
Next
From: Dave Page
Date:
Subject: Re: PATCH: Failed to take care of the function with first argument as OUT and second as IN/INOUT parameter