pgAdmin III commit: In PPAS 90, if an SPL-function has both an OUT-para

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: In PPAS 90, if an SPL-function has both an OUT-para
Date: 2011-04-01 12:32:21
Message-ID: 201104011232.p31CWLq2098168@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

In PPAS 90, if an SPL-function has both an OUT-parameter and a
return value (which is not possible on PostgreSQL otherwise),
the return value is transformed into an extra OUT-parameter named
"_retval_". Although we fixed the normal code path a while back,
the debugger still remains dazed and confused. We need to teach it
to ignore "_retval_" parameter too

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=1a16e74e4efa8fb54071ac784481f0647dd99001
Author: Nikhil S <nixmisc(at)gmail(dot)com>

Modified Files
--------------
pgadmin/debugger/dbgTargetInfo.cpp | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-04-01 12:32:50 pgAdmin III commit: In PPAS 90, if an SPL-function has both an OUT-para
Previous Message Nikhil S 2011-04-01 11:05:48 pgAdmin III: debugger does not handle PPAS functions with OUT parameters properly