Re: Debugger hung on dummy function - Mailing list pgadmin-hackers

From Heikki Linnakangas
Subject Re: Debugger hung on dummy function
Date
Msg-id 49DA6440.3010707@enterprisedb.com
Whole thread Raw
In response to Re: Debugger hung on dummy function  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List 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 by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Debugger hung on dummy function
Next
From: Dave Page
Date:
Subject: Re: Debugger hung on dummy function