summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-04-15 10:16:35 +0100
committerGitHub <noreply@github.com>2020-04-15 10:16:35 +0100
commitf2049a8d21f1ea97085f500000865200da6d3016 (patch)
treec8edb768cc785e17e92d22ca6ec00f1e5c8c6bd2 /changelog.d
parentFix the parameters of a test fixture (#7243) (diff)
downloadsynapse-f2049a8d21f1ea97085f500000865200da6d3016.tar.xz
Fix a potentially-huge sql query (#7274)
We could end up looking up tens of thousands of events, which could cause large
amounts of data to be logged to the postgres log.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7274.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7274.bugfix b/changelog.d/7274.bugfix
new file mode 100644
index 0000000000..211a38befc
--- /dev/null
+++ b/changelog.d/7274.bugfix
@@ -0,0 +1 @@
+Fix a sql query introduced in Synapse 1.12.0 which could cause large amounts of logging to the postgres slow-query log.