Re: Add pg_basebackup single tar output format - Mailing list pgsql-hackers

From Joshua Elsasser
Subject Re: Add pg_basebackup single tar output format
Date
Msg-id 1443564988-17928-1-git-send-email-josh@idealist.org
Whole thread Raw
In response to Re: Add pg_basebackup single tar output format  (Andres Freund <andres@anarazel.de>)
Responses [PATCH 3/6] pg_basebackup: factor out code to add a recovery.conf file to the tar file.  (Joshua Elsasser <josh@idealist.org>)
[PATCH 2/6] pg_basebackup: factor out tar open/close code for reusability.  (Joshua Elsasser <josh@idealist.org>)
[PATCH 5/6] pg_basebackup: allow GetConnection() to make non-replication connections.  (Joshua Elsasser <josh@idealist.org>)
[PATCH 4/6] pg_basebackup: don't lose a zero-length file at the end of a tablespace.  (Joshua Elsasser <josh@idealist.org>)
[PATCH 6/6] pg_basebackup: add a single-tar output format.  (Joshua Elsasser <josh@idealist.org>)
Re: Add pg_basebackup single tar output format  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On Tue, Sep 29, 2015 at 11:50:37PM +0200, Andres Freund wrote:
> On 2015-09-29 14:38:11 -0700, Josh Elsasser wrote:
> > I've put my changes up as a series of relatively small commits on this
> > branch of a github fork:
> > 
> > https://github.com/jre/postgres/commits/single-tar
> > 
> > Comments and suggestions are welcome.
> 
> Please post them to the list, we want patches to be in our archives.

Sure, let's see if I can figure out git send-email




pgsql-hackers by date:

Previous
From: Joshua Elsasser
Date:
Subject: [PATCH 1/6] Add support for longer filenames in tar headers (up to 254 bytes).
Next
From: Joshua Elsasser
Date:
Subject: [PATCH 3/6] pg_basebackup: factor out code to add a recovery.conf file to the tar file.