pgAdmin III commit: Ensure the debugger can cope with functions that ha

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin III commit: Ensure the debugger can cope with functions that ha
Дата
Msg-id E1VO3Ni-0000g7-RW@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Ensure the debugger can cope with functions that have an OUT parameter as the first.

Branch
------
REL-1_18_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7f2662759a0892b5640915e16193710a8a5a90a5
Author: Ashesh Vashi <ashesh.vashi@enterprisedb.com>

Modified Files
--------------
CHANGELOG                          |    2 ++
pgadmin/debugger/dbgTargetInfo.cpp |    4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Ensure the debugger can cope with functions that ha
Следующее
От: Dave Page
Дата:
Сообщение: Re: PATCH: Failed to take care of the function with first argument as OUT and second as IN/INOUT parameter