Re: [COMMITTERS] pgsql: Exit from base backups when shutdown is requested

2011-01-14 Thread Simon Riggs
On Fri, 2011-01-14 at 11:37 +, Magnus Hagander wrote: > Exit from base backups when shutdown is requested > > When the exit waits until the whole backup completes, it may take > a very long time. > > In passing, add back an error check in the main loop so we detect > clients that disconnect m

[COMMITTERS] pgsql: Exit from base backups when shutdown is requested

2011-01-14 Thread Magnus Hagander
Exit from base backups when shutdown is requested When the exit waits until the whole backup completes, it may take a very long time. In passing, add back an error check in the main loop so we detect clients that disconnect much earlier if the backup is large. Branch -- master Details -