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:29 +0000 (01:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 29 Sep 2007 01:36:29 +0000 (01:36 +0000)
commit38b8c84725824ad19944a19827a7ba59012754f5
treecbab068a4081340efd0995a8e15442f16c5148e6
parent51dcddb25412b1ebddebc6521876e8dfe8520427
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