On Wed, Sep 30, 2015 at 7:16 AM, Joshua Elsasser wrote:
> 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:/
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 a
Hi Josh,
On 2015-09-29 14:38:11 -0700, Josh Elsasser wrote:
> As a side effect I've refactored the some of the pg_basebackup code
> for readability and reusability
Cool, that's desperately needed. I've been trying to bug Magnus into
doing that for a bunch of conferences now ;)
> I've put my chan
Hi. I have a need to pipe the output from pg_basebackup for a
multi-tablespace cluster into another program without spooling to
disk. Seeing as the current -F tar output format can't do that, I've
made an attempt at implementing that myself.
As a side effect I've refactored the some of the pg_base