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

Поиск
Список
Период
Сортировка
От Nikhil S
Тема pgAdmin III: debugger does not handle PPAS functions with OUT parameters properly
Дата
Msg-id AANLkTikT8XiNVcKKXxRqzuvXaOamdVG-gY_FxGh7CbGz@mail.gmail.com
обсуждение исходный текст
Ответы Re: pgAdmin III: debugger does not handle PPAS functions with OUT parameters properly  (Dave Page <dpage@pgadmin.org>)
Список 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
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Nikhil S
Дата:
Сообщение: Re: pgAdmin III: comments on PPAS 9.0 functions not working properly
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: In PPAS 90, if an SPL-function has both an OUT-para