diff options
author | David Robertson <davidr@element.io> | 2023-02-20 13:35:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-20 13:35:24 +0000 |
commit | e26d7d5ae786df8d9d9a4dbd0f734e5c2f08aafd (patch) | |
tree | ba4673575e0cfa18c78ccbd371c0df19bcc263ff /changelog.d | |
parent | Allow health listener resource to load (#15096) (diff) | |
download | synapse-e26d7d5ae786df8d9d9a4dbd0f734e5c2f08aafd.tar.xz |
Teach portdb about `un_partial_stated_event_stream` (#15108)
* Sort BOOLEAN_COLUMNS and APPEND_ONLY_TABLES So I can see if a given table is present in logarithmic time, rather than linear. * Teach portdb about `un_partial_stated_event_streams` * Comments comments comments * Changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15108.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15108.bugfix b/changelog.d/15108.bugfix new file mode 100644 index 0000000000..30af8b439d --- /dev/null +++ b/changelog.d/15108.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.75 where the [portdb script](https://matrix-org.github.io/synapse/release-v1.78/postgres.html#porting-from-sqlite) would fail to run after a room had been faster-joined. |