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
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=688423d004f4092aed73c73a3281c281d476436d
Modified Files
--------------
src/backend/replication/basebackup.c | 14 +++++++++++++-
src/backend/replication/walsender.c | 16 ++++++++--------
src/include/replication/walsender.h | 2 ++
3 files changed, 23 insertions(+), 9 deletions(-)
Responses
pgsql-hackers by date
| Next: | From: Magnus Hagander | Date: 2011-01-14 11:38:30 |
| Subject: Re: Streaming base backups |
| Previous: | From: Simon Riggs | Date: 2011-01-14 11:15:50 |
| Subject: Re: ALTER TABLE ... ADD FOREIGN KEY ... NOT ENFORCED |
pgsql-committers by date
| Next: | From: Simon Riggs | Date: 2011-01-14 12:10:01 |
| Subject: Re: pgsql: Exit from base backups when shutdown is
requested |
| Previous: | From: Tom Lane | Date: 2011-01-14 00:03:56 |
| Subject: pgsql: Code review for postmaster.pid contents changes. |