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

From Dave Page
Subject Re: pgAdmin III: debugger does not handle PPAS functions with OUT parameters properly
Date
Msg-id AANLkTi=ZcswuV7KUoaSY1tfeVr4Ysb0JB9957c+rhr5C@mail.gmail.com
Whole thread Raw
In response to pgAdmin III: debugger does not handle PPAS functions with OUT parameters properly  (Nikhil S <nixmisc@gmail.com>)
Responses Re: pgAdmin III: debugger does not handle PPAS functions with OUT parameters properly
List pgadmin-hackers
Thanks, applied.

On Fri, Apr 1, 2011 at 12:05 PM, Nikhil S <nixmisc@gmail.com> wrote:
> 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
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin III commit: In PPAS 90, if an SPL-function has both an OUT-para
Next
From: Dave Page
Date:
Subject: pgAdmin III commit: In PPAS 90, if an SPL-function has both an OUT-para