Adjust error checks in pg_start_backup and pg_stop_backup to make it possible
Tom Lane <tgl@sss.pgh.pa.us>
Adjust error checks in pg_start_backup and pg_stop_backup to make it possible to perform a backup without archive_mode being enabled. This gives up some user-error protection in order to improve usefulness for streaming-replication scenarios. Per discussion.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/backup.sgml | modified | +2 −1 |
| src/backend/access/transam/xlog.c | modified | +25 −18 |