]> 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:39 +0000 (01:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 29 Sep 2007 01:36:39 +0000 (01:36 +0000)
commitef004090207534c93e96bd91d253e84446ce0e4e
treeb95bca938a61d1474089a31c7b0d8d485fc31a24
parent76e114a458a29aab68ccf466b9e95f9dbac8a033
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