Re: Object translation mechanism is, umm, broken.

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: Object translation mechanism is, umm, broken.
Дата
Msg-id 1307105104.2026.3.camel@laptop
обсуждение исходный текст
Ответ на Object translation mechanism is, umm, broken.  (Dave Page <dpage@pgadmin.org>)
Ответы Re: Object translation mechanism is, umm, broken.  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi,

On Thu, 2011-06-02 at 08:54 +0000, Dave Page wrote:
> [...]
> This commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4b8ae9d82c3b879eb02dda60908ed9590a674ec4
> (particularly the code in pgObject.cpp) is causing problems. I keep
> running into objects for which we now get messages like "Refreshing
> unknown object of type Replication", which I believe used to work just
> fine. I've just hit it with the Slony replication cluster object, and
> now have a sneaking suspicion it's also going to affect all the other
> slony object types.
>

Right.

> Aside from the fact that the code is incomplete, it's a serious
> modularity violation. We shouldn't have a giant conditional statement
> in a parent class that has knowledge of each of the different classes
> that might be derived from that object. Instead, each of the child
> classes should override a common function.
>
> Can you look at this please?
>

Working on it right now.


--
Guillaume
  http://blog.guillaume.lelarge.info
  http://www.dalibo.com


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: make style
Следующее
От: Dave Page
Дата:
Сообщение: Re: Object translation mechanism is, umm, broken.