]> granicus.if.org Git - postgresql/commit
Make archive recovery always start a new timeline, rather than only when a
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 29 Sep 2007 01:36:10 +0000 (01:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 29 Sep 2007 01:36:10 +0000 (01:36 +0000)
commitb46bd55a6cba295daa790b331263d9d4b833f44e
tree05ec2ac2a83d214cf7a8e64f7f09f951e0a7654b
parentb37e1770c55db8c9ad71fcf924999cb10c166782
Make archive recovery always start a new timeline, rather than only when a
recovery stop time was used.  This avoids a corner-case risk of trying to
overwrite an existing archived copy of the last WAL segment, and seems
simpler and cleaner all around than the original definition.  Per example
from Jon Colverson and subsequent analysis by Simon.
doc/src/sgml/backup.sgml
src/backend/access/transam/xlog.c