]> 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:19 +0000 (01:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 29 Sep 2007 01:36:19 +0000 (01:36 +0000)
commit4ef631fe2c1185c85fabdaa495e0562bd0d41741
tree7ad88ed89e58ee84678e7bd128ee2bf3e9d49e1f
parent3f850ee9aae6fb09b92fa58235378a7d6bb83c69
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