Re: odd explain diagram in head versions

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: odd explain diagram in head versions
Дата
Msg-id 460D098D.7000307@postgresql.org
обсуждение исходный текст
Ответ на Re: odd explain diagram in head versions  (Jeremy Drake <pgsql@jdrake.com>)
Список 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 по дате отправления:

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r6145 - in branches/REL-1_6_0_PATCHES/pgadmin3: . src/ctl
Следующее
От: Dave Page
Дата:
Сообщение: Debugger integration