Re: pg_rewind in contrib - Mailing list pgsql-hackers

From Andres Freund
Subject Re: pg_rewind in contrib
Date
Msg-id 20141212142047.GH31413@awork2.anarazel.de
Whole thread Raw
In response to pg_rewind in contrib  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Responses Re: pg_rewind in contrib  (Bruce Momjian <bruce@momjian.us>)
Re: pg_rewind in contrib  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List pgsql-hackers
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.

Not sure if the copyright notices in the current form are actually ok?

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: moving from contrib to bin
Next
From: Andres Freund
Date:
Subject: Re: [REVIEW] Re: Compression of full-page-writes