Skip to content

v4.3.7

commit fda10ee81d751775a61e8c45904f5500c94d26b8
Author: Victor Lowther <victor.lowther@gmail.com>
Date:   Tue Jul 28 13:00:18 2020 -0500

    fix(syncPassive): Backport forced sync on the passive side.

    When we switch from catchup to realtime sync, we need to write the
    WAL header out  at that point in time instead of waiting for the
    next commit to do it for us, as there might not be a next commit.

M   datastack/streamingSyncPassive.go

End of Note