Limit the size of explainPopup

Поиск
Список
Период
Сортировка
От Clemens Eisserer
Тема Limit the size of explainPopup
Дата
Msg-id CAFvQSYTTut+Q4F4Lrz49tVmXpHGb4gP6hmMxKLi2p2Z+YCdwOw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Limit the size of explainPopup  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgadmin-hackers
Hi,

I often use pgadmin's graphical explain to see how queries generated
be hibernate are planned&executed by postgresql, and it works really
well.
However, for very long queries pgadmin3 tries to create windows >
65536 pixels, which is not supported by X11 and therefor leads to
XErrors, which in turn cause pgadmin3 to close because of assetions.

I would propose to limit the size of the ExplainPopup to the screen
dimensions, please see the attached patch.

Thank you in advance, Clemens

Вложения

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

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #13: Pasting from apps on Mac OS X doesn't always work
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Review of language object