Have pg_stop_backup() wait for all archive files to be sent, rather than
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/backup.sgml | modified | +16 −8 |
| src/backend/access/transam/xlog.c | modified | +43 −6 |