Have pg_stop_backup() wait for all archive files to be sent, rather than

Bruce Momjian <bruce@momjian.us>

Commit: 2a1cf97c22933368c8747711da0f30c35f4bddcd
Author: Bruce Momjian <bruce@momjian.us>
Date: 2008-04-05T01:34:06Z
Releases: 8.4.0
Have pg_stop_backup() wait for all archive files to be sent, rather than
returing right away.  This guarantees that when pg_stop_backup()
returns, you have a valid backup.

Simon Riggs

Files

PathChange+/−
doc/src/sgml/backup.sgml modified +16 −8
src/backend/access/transam/xlog.c modified +43 −6