You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
log.Infof("followed instance timeline %d forked at a different xlog pos %d then our timeline (timeline %d at xlog pos %d)",fPGState.TimelineID,ftlh.SwitchPoint,pgState.TimelineID,tlh.SwitchPoint)
log.Infof("followed instance timeline %d forked at xlog pos %d before our current state (timeline %d at xlog pos %d)",fPGState.TimelineID,tlh.SwitchPoint,pgState.TimelineID,pgState.XLogPos)
log.Infof("followed instance timeline %d forked at xlog pos %d before our current state (timeline %d at xlog pos %d)",fPGState.TimelineID,ftlh.SwitchPoint,pgState.TimelineID,pgState.XLogPos)