forked-synapse/synapse/storage/util
Erik Johnston fa8934b175 Reduce serialization errors in MultiWriterIdGen (#8456)
We call `_update_stream_positions_table_txn` a lot, which is an UPSERT
that can conflict in `REPEATABLE READ` isolation level. Instead of doing
a transaction consisting of a single query we may as well run it outside
of a transaction.
2020-10-07 17:08:58 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
id_generators.py Reduce serialization errors in MultiWriterIdGen (#8456) 2020-10-07 17:08:58 +01:00
sequence.py Add checks for postgres sequence consistency (#8402) 2020-09-28 18:00:30 +01:00