diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2023-02-09 19:57:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 19:57:01 +0000 |
commit | c1d2ce2901ab1c7cfaeebb4683af05a2ebf19fa6 (patch) | |
tree | ad0550bcd98251cc1b754084e0980b4e925836b7 /changelog.d | |
parent | Bump ruff version from 0.0.230 to 0.0.237. (#15033) (diff) | |
download | synapse-c1d2ce2901ab1c7cfaeebb4683af05a2ebf19fa6.tar.xz |
Do not always start a db txn on Postgres (#14840)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14840.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14840.misc b/changelog.d/14840.misc new file mode 100644 index 0000000000..ff6084284a --- /dev/null +++ b/changelog.d/14840.misc @@ -0,0 +1 @@ +Prevent "WARNING: there is already a transaction in progress" lines appearing in PostgreSQL's logs on some occasions. \ No newline at end of file |