Re: [COMMITTERS] pgsql: Add pg_basebackup tool for streaming base backups

2011-01-23 Thread Tom Lane
Magnus Hagander writes: > On Sun, Jan 23, 2011 at 18:14, Tom Lane wrote: >> The Windows buildfarm members would like this patch better if you used >> pg_strcasecmp not strcasecmp. > Yeah, I've applied a patch for that already. Ah, yes, see it now. Sorry for the noise.

Re: [COMMITTERS] pgsql: Add pg_basebackup tool for streaming base backups

2011-01-23 Thread Magnus Hagander
On Sun, Jan 23, 2011 at 18:14, Tom Lane wrote: > Magnus Hagander writes: >> Add pg_basebackup tool for streaming base backups > > The Windows buildfarm members would like this patch better if you used > pg_strcasecmp not strcasecmp. > Yeah, I've applied a patch for that already. --  Magnus Ha

Re: [COMMITTERS] pgsql: Add pg_basebackup tool for streaming base backups

2011-01-23 Thread Tom Lane
Magnus Hagander writes: > Add pg_basebackup tool for streaming base backups The Windows buildfarm members would like this patch better if you used pg_strcasecmp not strcasecmp. regards, tom lane -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)

[COMMITTERS] pgsql: Add pg_basebackup tool for streaming base backups

2011-01-23 Thread Magnus Hagander
Add pg_basebackup tool for streaming base backups This tool makes it possible to do the pg_start_backup/ copy files/pg_stop_backup step in a single command. There are still some steps to be done before this is a complete backup solution, such as the ability to stream the required WAL logs, but it