diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-07-25 11:01:36 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-07-25 11:05:58 +0100 |
commit | 1be94440d38ad6af64486ce31c650d0540d4049c (patch) | |
tree | 4373a0337bcadda2673f0b72d0c39cf29683989a /changelog.d | |
parent | Merge pull request #3597 from matrix-org/erikj/did_forget (diff) | |
download | synapse-1be94440d38ad6af64486ce31c650d0540d4049c.tar.xz |
Fix occasional 'tuple index out of range' error
This fixes a bug in _delete_existing_rows_txn which was introduced in #3435 (though it's been on matrix-org-hotfixes for *years*). This code is only called when there is some sort of conflict the first time we try to persist an event, so it only happens rarely. Still, the exceptions are annoying.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3607.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3607.bugfix b/changelog.d/3607.bugfix new file mode 100644 index 0000000000..7ad64593b8 --- /dev/null +++ b/changelog.d/3607.bugfix @@ -0,0 +1 @@ +Fix 'tuple index out of range' error \ No newline at end of file |