• Heikki Linnakangas's avatar
    Fix bug in streaming replication over multiple tli switches. · d194d7a5
    Heikki Linnakangas authored
    After receiving some WAL over streaming replication, try to open the file
    from the timeline we're currently recieving, not recoveryTargetTLI. They
    are usually the same, which is why wasn't noticed before, but you'd get
    an error if there have been more than one timeline switch between the
    current point in WAL and the recovery target.
    d194d7a5
xlog.c 302 KB