Re: PATCH: Failed to take care of the function with first argument as OUT and second as IN/INOUT parameter

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: Failed to take care of the function with first argument as OUT and second as IN/INOUT parameter
Date: 2013-09-23 10:34:22
Message-ID: CA+OCxoyTYvi45bBXQ4zF=Af2OeOSjhXdoHk9kYsQ4QtdDx7MZQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Sat, Sep 21, 2013 at 7:50 PM, Ashesh Vashi
<ashesh(dot)vashi(at)enterprisedb(dot)com> wrote:
> Hi Dave,
>
> During testing at EnterpriseDB, QA found an issue with the debugger.
> The new implementation is not able to cope with a scenario - when debugging
> a function with two or more parameters and first parameter is an OUT
> parameter, it throws and error due to wrong syntax generated for function
> execution.
>
> Attached patch resolves the issue.
>
> --
>
> Thanks & Regards,
>
> Ashesh Vashi
> EnterpriseDB INDIA: Enterprise PostgreSQL Company
>
>
> http://www.linkedin.com/in/asheshvashi

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

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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-09-23 15:38:11 Re: Event Triggers are not listed in the browser view options on the Settings dialogue
Previous Message Dave Page 2013-09-23 10:28:42 pgAdmin III commit: Ensure the debugger can cope with functions that ha