pgsql: Have pg_stop_backup() wait for all archive files to be sent,

Started by Bruce Momjianover 18 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

Log Message:
-----------
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

Modified Files:
--------------
pgsql/doc/src/sgml:
backup.sgml (r2.116 -> r2.117)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/backup.sgml?r1=2.116&r2=2.117)
pgsql/src/backend/access/transam:
xlog.c (r1.295 -> r1.296)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.295&r2=1.296)