Обсуждение: PATCH: Failed to take care of the function with first argument as OUT and second as IN/INOUT parameter

Поиск
Список
Период
Сортировка

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

От
Ashesh Vashi
Дата:
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

Вложения
Thanks, patch applied.

On Sat, Sep 21, 2013 at 7:50 PM, Ashesh Vashi
<ashesh.vashi@enterprisedb.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