Re: replicating DROP commands across servers - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: replicating DROP commands across servers
Date
Msg-id 20141003170209.GD7043@eldon.alvh.no-ip.org
Whole thread Raw
In response to Re: replicating DROP commands across servers  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Responses Re: replicating DROP commands across servers
Re: replicating DROP commands across servers
List pgsql-hackers
Heikki Linnakangas wrote:
> On 09/16/2014 09:09 PM, Brightwell, Adam wrote:

> >I have given this patch the following review:
> >
> >- Apply to current master (77e65bf).  -- success
> >- check-world. --success
> >- multiple FIXME statements still exist -- are there plans to fix these
> >items? Can the duplicated code be extracted to a static function?
> 
> Nothing seems to be happening to this, so I'm marking this as
> returned with feedback.

Meh.

There are three fixmes in the code.  One can be handled by just removing
the line; we don't really care about duplicating 10 lines of boilerplate
code.  The other two mean missing support for domain constraints and for
default ACLs.  Is there absolutely no feedback to be had on the
mechanism used by the patch?

Since the patch has had good feedback and no further comments arise, I
can just implement support for those two missing object types and push,
and everybody will be happy.  Right?

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Last Commitfest patches waiting review
Next
From: Stephen Frost
Date:
Subject: Re: replicating DROP commands across servers