Re: odd explain diagram in head versions - Mailing list pgadmin-hackers

From Dave Page
Subject Re: odd explain diagram in head versions
Date
Msg-id 460D098D.7000307@postgresql.org
Whole thread Raw
In response to Re: odd explain diagram in head versions  (Jeremy Drake <pgsql@jdrake.com>)
List pgadmin-hackers
Jeremy Drake wrote:
> On Thu, 29 Mar 2007, Dave Page wrote:
>
>> Jeremy Drake wrote
>>> The problem seems to be that the trigger information is overlaid on the
>>> index scan in the graph, resulting in an unreadable mess of text.
>>>
>> Looks like it. Can you provide me a self contain test case please?
>
> Sure.  Here's a simple schema to demonstrate the problem:

Thanks - I've committed a fix for this. What was actually happening was
that in ANALYZE mode, the runtime of any triggers is appended to the
plan for info. The canvas was trying to add these lines as extra nodes,
but because they aren't really part of the plan couldn't position or
render them properly, resulting in the mess of text you reported.

It now ignores any Trigger lines.

Regards, Dave.

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r6145 - in branches/REL-1_6_0_PATCHES/pgadmin3: . src/ctl
Next
From: Dave Page
Date:
Subject: Debugger integration