Re: pg_rewind in contrib

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: pg_rewind in contrib
Date: 2014-12-12 14:26:17
Message-ID: 20141212142617.GO19832@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Dec 12, 2014 at 03:20:47PM +0100, Andres Freund wrote:
> Hi,
>
> On 2014-12-12 16:13:13 +0200, Heikki Linnakangas wrote:
> > I'd like to include pg_rewind in contrib. I originally wrote it as an
> > external project so that I could quickly get it working with the existing
> > versions, and because I didn't feel it was quite ready for production use
> > yet. Now, with the WAL format changes in master, it is a lot more
> > maintainable than before. Many bugs have been fixed since the first
> > prototypes, and I think it's fairly robust now.
>
> Obviously there's a need for a fair amount of review, but generally I
> think it should be included.

I certainly think it is useful enough to be in /contrib.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ Everyone has their own god. +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2014-12-12 14:27:01 Re: moving from contrib to bin
Previous Message Bruce Momjian 2014-12-12 14:24:27 Re: [REVIEW] Re: Compression of full-page-writes