summary refs log tree commit diff
path: root/changelog.d/7226.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix race in replication (#7226)Erik Johnston2020-04-071-0/+1
Fixes a race between handling `POSITION` and `RDATA` commands. We do this by simply linearizing handling of them.