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 ------ REL-1_12_0_PATCHES Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=2eb588f6dfeb3b20d37db27b8db2a04b85861d63 Author: Nikhil S <[email protected]> Modified Files -------------- pgadmin/debugger/dbgTargetInfo.cpp | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
