diff options
author | Nick Mills-Barrett <nick@beeper.com> | 2023-11-13 16:57:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 16:57:44 +0000 |
commit | 0e36a57b60f37ef1cb2d031bd988afe42077940e (patch) | |
tree | 6d7d5a7527a09728464f2b4cfd90da1eb9bb8697 /changelog.d | |
parent | Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one.... (diff) | |
download | synapse-0e36a57b60f37ef1cb2d031bd988afe42077940e.tar.xz |
Remove whole table locks on push rule add/delete (#16051)
The statements are already executed within a transaction thus a table level lock is unnecessary.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16051.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16051.misc b/changelog.d/16051.misc new file mode 100644 index 0000000000..1420d2eb3f --- /dev/null +++ b/changelog.d/16051.misc @@ -0,0 +1 @@ +Remove whole table locks on push rule modifications. Contributed by Nick @ Beeper (@fizzadar). |