From: | Dave Page <dpage(at)postgresql(dot)org> |
---|---|
To: | John DeSoi <desoi(at)pgedit(dot)com> |
Cc: | "korry(dot)douglas" <korry(dot)douglas(at)enterprisedb(dot)com>, Josh Berkus <josh(at)agliodbs(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Has anyone tried out the PL/pgSQL debugger? |
Date: | 2007-09-06 09:11:16 |
Message-ID: | 46DFC434.2070205@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
John DeSoi wrote:
> Hi Dave,
>
> On Sep 5, 2007, at 3:54 AM, Dave Page wrote:
>
>> That's odd - I cannot reproduce that on OS X using beta 4 (which has no
>> important changes in the debugger over beta 3).
>>
>> Can you provide a simple test case?
>
> I get the same error with this:
>
> create or replace function debug_test(out t text, out i integer)
> returns record as $$
> begin
> t := 'test 1';
> i := 10;
> return;
> end;
> $$ language plpgsql;
>
>
> I did the following:
>
> 1. Right click the function and chose "Debug" from the "Debugging" submenu.
> 2. Clicked the OK button on the dialog.
Thanks John - bug found and fixed in SVN.
Regards Dave
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Huxton | 2007-09-06 09:52:26 | Re: [FEATURE REQUEST] Streaming Onlinebackup (Maybe OFFTOPIC) |
Previous Message | apoc9009 | 2007-09-06 09:06:11 | [FEATURE REQUEST] Streaming Onlinebackup (Maybe OFFTOPIC) |