Re: pgAdmin and Slony - Mailing list pgadmin-hackers

From Dave Page
Subject Re: pgAdmin and Slony
Date
Msg-id 937d27e10909030037n2d761b5bjb43c8ffc8e4043b2@mail.gmail.com
Whole thread Raw
In response to pgAdmin and Slony  (Sachin Srivastava <sachin.srivastava@enterprisedb.com>)
Responses Re: pgAdmin and Slony  (Sachin Srivastava <sachin.srivastava@enterprisedb.com>)
List 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 by date:

Previous
From: Sachin Srivastava
Date:
Subject: pgAdmin and Slony
Next
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #47: Savepoints in PgAdmin