0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-22 17:49:01 +02:00
Commit graph

1 commit

Author SHA1 Message Date
Patrick Cloke
0afbef30cf
Use simple_select_many_txn in event persistance code. (#16585)
Just to standardize on the normal helpers, it might also have
a slight perf improvement on PostgreSQL which will now use
`ANY (?)` instead of `IN (?, ?, ...)`.
2023-11-02 09:41:00 -04:00