Re: pg_basebackup for streaming base backups

Magnus Hagander <magnus@hagander.net>

From: Magnus Hagander <magnus@hagander.net>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: Dimitri Fontaine <dimitri@2ndquadrant.fr>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2011-01-17T08:44:13Z
Lists: pgsql-hackers
On Jan 17, 2011 9:16 AM, "Fujii Masao" <masao.fujii@gmail.com> wrote:
>
> On Sun, Jan 16, 2011 at 11:31 PM, Magnus Hagander <magnus@hagander.net>
wrote:
> > Ok. Updated patch that includes this change attached.
>
> I could not apply the patch cleanly against the git master.
> Do you know what the cause is?
>
> $ patch -p1 -d. < /hoge/pg_basebackup.patch
> patching file doc/src/sgml/backup.sgml
> patching file doc/src/sgml/ref/allfiles.sgml
> patching file doc/src/sgml/ref/pg_basebackup.sgml
> patching file doc/src/sgml/reference.sgml
> patching file src/bin/Makefile
> patching file src/bin/pg_basebackup/Makefile
> patching file src/bin/pg_basebackup/nls.mk
> patching file src/bin/pg_basebackup/pg_basebackup.c
> patch: **** malformed patch at line 1428: diff --git
> a/src/tools/msvc/Mkvcbuild.pm b/src/tools/msvc/Mkvcbuild.pm
>

Weird, no idea. Will have to look into that later - meanwhile you can grab
the branch tip from my github repo if you want to review it.

/Magnus