Re: Streaming a base backup from master - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Streaming a base backup from master
Date
Msg-id 23812.1283528865@sss.pgh.pa.us
Whole thread Raw
In response to Re: Streaming a base backup from master  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: Streaming a base backup from master  (Robert Haas <robertmhaas@gmail.com>)
Re: Streaming a base backup from master  (David Blewett <david@dawninglight.net>)
Re: Streaming a base backup from master  (Stephen Frost <sfrost@snowman.net>)
Re: Streaming a base backup from master  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
>> Stephen Frost <sfrost@snowman.net> wrote:
>> In any case, it's certainly not something required for an initial
>> implementation..
> No disagreement there; but sometimes it pays to know where you might
> want to go, so you don't do something to make further development in
> that direction unnecessarily difficult.

I think that setting out to reimplement rsync, or to go down a design
path where we're likely to do a lot of that eventually, is the height
of folly.  We should be standing on the shoulders of other projects,
not rolling our own because of misguided ideas about people not having
those projects installed.

IOW, what I'd like to see is protocol extensions that allow an external
copy of rsync to be invoked; not build in rsync, or tar, or anything
else that we could get off-the-shelf.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Interruptible sleeps (was Re: CommitFest 2009-07: Yay, Kevin! Thanks, reviewers!)
Next
From: Robert Haas
Date:
Subject: Re: Streaming a base backup from master