Re: pgAdmin III: debugger does not handle PPAS functions with OUT parameters properly

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Nikhil S <nixmisc(at)gmail(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pgAdmin III: debugger does not handle PPAS functions with OUT parameters properly
Date: 2011-04-01 12:32:54
Message-ID: AANLkTi=ZcswuV7KUoaSY1tfeVr4Ysb0JB9957c+rhr5C@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, applied.

On Fri, Apr 1, 2011 at 12:05 PM, Nikhil S <nixmisc(at)gmail(dot)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(at)postgresql(dot)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

In response to

Responses

Browse pgadmin-hackers by date

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