diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-07-16 10:56:49 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-07-16 11:25:08 +0100 |
commit | 42509b8fb614173e4ef51e12e48178c89f61e662 (patch) | |
tree | 8854b1efd61c33fd14cc59d82e3f6ebf31f4176b /synapse | |
parent | Add some helper classes for generating ID sequences (diff) | |
download | synapse-42509b8fb614173e4ef51e12e48178c89f61e662.tar.xz |
Use `PostgresSequenceGenerator` from `MultiWriterIdGenerator`
partly just to show it works, but alwo to remove a bit of code duplication.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/util/id_generators.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/synapse/storage/util/id_generators.py b/synapse/storage/util/id_generators.py |