Re: Fixed FB 20417

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: Guillaume Lelarge <guillaume(at)lelarge(dot)info>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Fixed FB 20417
Date: 2012-01-10 10:53:19
Message-ID: CANxoLDc4SwV7C-c7uJ=-kLjn8m-UnRWKB7tS57LSikGe4htdGA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Tue, Jan 10, 2012 at 3:44 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:

> On Tue, Jan 10, 2012 at 10:09 AM, Akshay Joshi
> <akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
> >
> > On Tue, Jan 10, 2012 at 3:09 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
> >>
> >> On Tue, Jan 10, 2012 at 9:36 AM, Guillaume Lelarge
> >> <guillaume(at)lelarge(dot)info> wrote:
> >> > On Tue, 2012-01-10 at 14:31 +0530, Akshay Joshi wrote:
> >> >> Hi Dave
> >> >>
> >> >> Modified the logic. Attached is the patch file, please review it.
> >> >>
> >> >
> >> > This is still wrong. bIsChangeComment isn't always true when the user
> >> > creates a replication cluster. It's only true if there is a comment.
> >>
> >> Seems a little long-winded too - can't you just replace the current
> >> IsEmpty() test with something like "if (txtComment->GetValue() !=
> >> cluster->GetComment())"?
> >
> >
> > No, I can't because when we create new Slony I-cluster
> > "cluster->GetComment()" will not work as cluster object is NULL at that
> > moment.
>
> If ((!cluster && !txtComment.IsEmpty()) || (cluster &&
> cluster->GetComment() != txtComment->GetValue()) ?
>

It works. Attached the modified patch.

>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>

--
*Akshay Joshi
Senior Software Engineer
EnterpriseDB Corporation
The Enterprise PostgreSQL Company
Phone: +91 20-3058-9522
Mobile: +91 976-788-8246*

Attachment Content-Type Size
FB_20417_v2.patch application/octet-stream 708 bytes

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2012-01-10 14:42:45 pgAdmin III commit: Fix comment modification on Slony Clusters
Previous Message Dave Page 2012-01-10 10:14:36 Re: Fixed FB 20417