Re: Debugger hung on dummy function

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Debugger hung on dummy function
Дата
Msg-id 49DA6440.3010707@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Debugger hung on dummy function  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgadmin-hackers
Heikki Linnakangas wrote:
> Dave Page wrote:
>> Hi Heikki
>>
>> On Fri, Apr 3, 2009 at 4:43 PM, Heikki Linnakangas
>> <heikki.linnakangas@enterprisedb.com> wrote:
>>> CREATE FUNCTION onelinefunc() RETURNS void AS $$ begin null; end; $$
>>> LANGUAGE plpgsql;
>>
>> Debugging that won't work terribly well anyway, as the plugin will
>> just skip the entire function iirc. For slightly saner testing, try
>> replacing null; with raise notice 'foo';. I'm not inclined to spend
>> the time fixing the first case at the moment as it seems unlikely to
>> ever cause anyone problems.
>
> It's reproducible with any other function too, by stepping to the end of
> the function.

Correction: not with *any* other function, but with any function with no
arguments.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Debugger hung on dummy function
Следующее
От: Dave Page
Дата:
Сообщение: Re: Debugger hung on dummy function