diff options
author | Jason Little <realtyem@gmail.com> | 2023-09-15 03:16:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-15 09:16:45 +0100 |
commit | 2a0f86f88fdb3d450212541ba7db57df6a184ae3 (patch) | |
tree | 579bfc7b1dec7c5956e016ceb9a493c9ac8805fb /changelog.d | |
parent | Only use literal strings for process names (#16315) (diff) | |
download | synapse-2a0f86f88fdb3d450212541ba7db57df6a184ae3.tar.xz |
Convert `_insert_graph_receipts_txn` to `simple_upsert` (#16299)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16299.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16299.misc b/changelog.d/16299.misc new file mode 100644 index 0000000000..d454669151 --- /dev/null +++ b/changelog.d/16299.misc @@ -0,0 +1 @@ +Refactor `receipts_graph` Postgres transactions to stop error messages. |