Re: pgAdmin and Slony

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: pgAdmin and Slony
Дата
Msg-id 937d27e10909030037n2d761b5bjb43c8ffc8e4043b2@mail.gmail.com
обсуждение исходный текст
Ответ на pgAdmin and Slony  (Sachin Srivastava <sachin.srivastava@enterprisedb.com>)
Ответы Re: pgAdmin and Slony  (Sachin Srivastava <sachin.srivastava@enterprisedb.com>)
Список pgadmin-hackers
On Thu, Sep 3, 2009 at 8:20 AM, Sachin
Srivastava<sachin.srivastava@enterprisedb.com> wrote:
> Dave,
>
> * pgAdmin code not up-to-date with latest Slony versions.
>
> Attached is a patch for updating pgAdmin code for Slony latest version.

OK, quick eyeball review:

- bool dlgRepCluster::SlonyMaximumVersion(wxString series, long minor)

should be:

bool dlgRepCluster::SlonyMaximumVersion(const wxString &series, long minor)

- Just reading the patch, it looks like we never try to load xxid*.sql
any more. That's surely wrong?


--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

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

Предыдущее
От: Sachin Srivastava
Дата:
Сообщение: pgAdmin and Slony
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #47: Savepoints in PgAdmin