pgAdmin III: debugger does not handle PPAS functions with OUT parameters properly - Mailing list pgadmin-hackers

From Nikhil S
Subject pgAdmin III: debugger does not handle PPAS functions with OUT parameters properly
Date
Msg-id AANLkTikT8XiNVcKKXxRqzuvXaOamdVG-gY_FxGh7CbGz@mail.gmail.com
Whole thread Raw
Responses Re: pgAdmin III: debugger does not handle PPAS functions with OUT parameters properly  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
Hi,

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. PFA, patch to do the same.

Regards,
Nikhils
Attachment

pgadmin-hackers by date:

Previous
From: Nikhil S
Date:
Subject: Re: pgAdmin III: comments on PPAS 9.0 functions not working properly
Next
From: Dave Page
Date:
Subject: pgAdmin III commit: In PPAS 90, if an SPL-function has both an OUT-para