Modify index-opening code to guarantee that the indexes of a relation
are opened in a consistent order by different backends (I ordered them by index OID because that's easy, but any other consistent order would do as well). This avoids potential deadlock for index types that we acquire exclusive locks on ... ie, rtree.
Showing
Please register or sign in to comment