Re: pg_rewind in contrib - Mailing list pgsql-hackers

From Samrat Revagade
Subject Re: pg_rewind in contrib
Date
Msg-id CAF8Q-GwpPz45NwO2JC52ZU0swH1utpJWsLu45MvujLy7TiimeA@mail.gmail.com
Whole thread Raw
In response to Re: pg_rewind in contrib  (David Fetter <david@fetter.org>)
List pgsql-hackers


On Sat, Dec 13, 2014 at 10:49 PM, David Fetter <david@fetter.org> wrote:
On Fri, Dec 12, 2014 at 10:06:32AM -0500, Tom Lane wrote:
> Heikki Linnakangas <hlinnakangas@vmware.com> writes:
> > I'd like to include pg_rewind in contrib.
>
> I don't object to adding the tool as such, but let's wait to see
> what happens with Peter's proposal to move contrib command-line
> tools into src/bin/.  If it should be there it'd be less code churn
> if it went into there in the first place.

+1 for putting it directly in src/bin.



Yeah, +1 for putting it under src/bin.

pgsql-hackers by date:

Previous
From: Kyotaro HORIGUCHI
Date:
Subject: Async execution of postgres_fdw.
Next
From: Kyotaro HORIGUCHI
Date:
Subject: Re: Escaping from blocked send() reprised.