summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-10-14 15:40:06 +0100
committerPatrick Cloke <patrickc@matrix.org>2020-10-15 09:14:29 -0400
commit20fa83f3744b25e513fdc904261c87c324bbc87e (patch)
treece00c2daed354ad70fa87b5281314e97cab8a954 /CHANGES.md
parent1.21.1 (diff)
downloadsynapse-20fa83f3744b25e513fdc904261c87c324bbc87e.tar.xz
Remove racey assertion in MultiWriterIDGenerator (#8530)
We asserted that the IDs returned by postgres sequence was greater than
any we had seen, however this is technically racey as we may update the
current positions out of order.

We now assert that the sequences are correct on startup, so the
assertion is no longer really required, so we remove them.
Diffstat (limited to 'CHANGES.md')
0 files changed, 0 insertions, 0 deletions