Minor improvements in backup and recovery:

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f18dfc48356945d684fe74abaa7d5f5033b2af46
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-09-26T22:36:30Z
Releases: 8.3.0
Minor improvements in backup and recovery:

- create a separate archive_mode GUC, on which archive_command is dependent

- %r option in recovery.conf sends last restartpoint to recovery command

- %r used in pg_standby, updated README

- minor other code cleanup in pg_standby

- doc on Warm Standby now mentions pg_standby and %r

- log_restartpoints recovery option emits LOG message at each restartpoint

- end of recovery now displays last transaction end time, as requested
  by Warren Little; also shown at each restartpoint

- restart archiver if needed to carry away WAL files at shutdown

Simon Riggs

Files