Skip to content

migration: Do not use txn-bounded advisory locks

Administrator requested to merge ef/migration-store-lock into main

Created by: efritz

Apparently, using locker on the same session issuing a CREATE INDEX CONCURRENTLY will deadlock 🤷. We fix this by using the non-txn-bounded advisory lock routines implemented directly in the migration store.

Merge request reports

Loading